Dave Cousineau
- Total activity 236
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 26
- Subscriptions 69
-
Dave Cousineau created a post, Incorrect shift warning
When compiling for 64-bit, Rider gives a warning when bit shifting on native ints as if we were compiling for 32-bit.nint value = 5; nint result = value >> 35; // incorrect warning in 64-bit mode s... -
-
Dave Cousineau created a post, Rider 2025.2 Multi-Careting Issues
Occasionally there are mutli-careting glitches in Rider 2025.2, usually when deleting or auto-completing. They are inconsistent and hard to replicate, but I think I have one that is repeatable. Thi... -
-
Dave Cousineau created a post, Bad Indenting
For the past few versions, I keep hoping it gets fixed in a patch but never does, the indenting is kind of terrible. It will consistently fail to indent properly and goes to zero indent.Pretty cons... -
-
-
-
Dave Cousineau created a post, Rider overwriting changes when switching branches
This was just annoying at first but I'm realizing it's actually VERY bad since Rider will erase uncommitted changes in some cases and you will lose code.I also thought it was git at first, but I'm ... -
Dave Cousineau created a post, Resolving rebase/merge conflicts in .sln files hangs Rider
this is tricky to reproduce. you have to setup a merge or rebase conflict in git on the .sln file. and then if you try to resolve the conflicts through rider, using the green >> button, the 3-pane ...