Dave Cousineau

- Total activity 226
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 24
- Subscriptions 66
-
Created Is it possible to choose a default platform?
Every time I add a new project to my solution, it defaults to Any CPU even though at this time I only build for x86. I add my own <Platforms>x86</Platforms> tag to the csproj, but there are always ... -
Created Lost Cover Tests?
I'm trying to run Rider as a non-admin. I've been encountering no end of issues while doing so. I almost have it working after finding the Toolbox installer, but I still have no Cover Tests options... -
Edited 2022.1 Unit Test Coverage gets stuck for single file
As I write new files of tests, after a few, one new file will stop receiving coverage highlights (it claims the tests are uncovered even though they pass). If I close and reopen the file, it will s... -
Edited 2022.1 Unnecessary whitespace inconsistency
Unnecessary whitespace outside of the namespace declaration is no longer highlighted (where I have the inspection "Unnecessary whitespace at the end of line" set to Error). This includes at the end... -
Edited 2022.1 Disable Unit Tests/Coverage Inlay Hint
How do I disable Unit Test/Coverage Inlay hints that say "1 Test OK", "2 Tests OK", etc.? I have all inlay hints disabled yet these still appear. Right clicking them gives no option (the other inla... -
Edited The target "MyProject:Restore" does not exist in the project.
About half of my projects give this when attempting to publish them. They won't even try to build because I guess they don't even get to the restore step. The build output is this: CONSOLE: Use bui... -
Created Minor sort issue in coverage window
AnsweredThis is somewhat minor but still annoying. The unit tests coverage window seems to sort alphabetically in a different way than the solution explorer. Specifically, I use underscores on solution fol... -
Created Optional commas in tuple deconstruction?
Rider is allowing me to type this with no errors, even though it will not build: var (a b c) = (1, 2, 3); Either Rider is wrong, and that does require commas, or else it could be related to C# lang... -
Edited Rider 2021.3.2 typing problem
For a while I've thought it was my own sloppy typing, but there is a generic method I have that when I type the open parenthesis, Rider really messes up the parentheses and angle brackets. It's act... -
Edited Rider 2021.3.* hanging in test coverage.
Test coverage consistently hangs (deadlocks?) on two separate computers. I realized one computer has Rider 2021.3.2 and the other has Rider 2021.3.1. It's not always the same tests that it gets stu...