Dave Cousineau
- Total activity 224
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 23
- Subscriptions 67
-
-
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 ... -
-
Dave Cousineau created a post, Ignore folders from search?
Working with typescript is a bit frustrating since Rider will scan all kinds of output `.js` and `.d.ts` files but often will completely miss actual source `.ts` files even when they are immediatel... -
Dave Cousineau created a post, Rider accepts newlines as valid ValueTuple delimiters
Rider accepts the following as valid syntax, but it is not:var ( a b c ) = ("a", "b", "c");Thanks -
-
-
-