Dave Cousineau

- Total activity 226
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 24
- Subscriptions 66
-
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... -
Edited Rider (2021.3.2) won't search for text in non-standard files?
This is not specific to this version, it has been a problem for a long time I think. I have many custom script files that are compiled as embedded resources. They are just text files with my own cu... -
Created Rider (2021.3.2) how to change active framework?
When a project is multi-targeting, there used to be a selector on the bottom status bar that showed me which framework I was looking at, and let me switch to a different one. That selector seems to... -
Created Rider (2021.3.2) looking for Nuget.config in the wrong place?
AnsweredI switched which user I am running Rider as, but on the same computer. If I look at the NuGet window under Sources, it says c:\users\newuser\appdata\roaming\nuget\nuget.config If I look under Folde...