Dave Cousineau

- Total activity 226
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 24
- Subscriptions 66
-
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... -
Edited 2021.3 gives incorrect "suppression operator not allowed" errors
The following should be valid: class Something<T> where T : notnull { void DoSomething(T t) { if (t is null!) return; } } Rider is giving "The suppression operator is not all... -
Created csproj tags
There are a couple of tags in csproj that I think you don't handle properly. I'm not sure if this is documented anywhere (ie: by Microsoft) but the three tags TargetFramework, Platform, and Configu... -
Edited How do I export/import Live Templates? (C#)
All my live templates disappeared from my second workstation. I've exported and imported all settings from my first workstation to my second, but no live templates appeared. When I read the documen... -
Edited dotCover never works in Rider?
It was tricky getting unit tests to work in general, but now that they work, coverage doesn't work at all. Even the tests themselves are uncovered despite passing. This is .NET Core 3.1 (x86), and ... -
Created How do I disable (or fix) VCS?
AnsweredRider is great, but it constantly tries to apply my moving files around and renaming folders etc. to my Mercurial repo, but for some reason has constant errors when doing so, and I end up with all ...