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) 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 ... -
Edited TODO Explorer and NotImplementedException
The documentation of TODO Explorer in both R# and Rider explicitly says that TODO items can be uses of NotImplementedException in code, and the TODO Explorer contains definitions that try to do thi... -
Created Suggestion: Assume/Opt-Out Pure (or MustUseReturnValue)
AnsweredI find that a method having an optional return value is the exception, not the norm. It would be nice if we could assume that all methods `[MustUseReturnValue]` by default, and then apply an `[Opti... -
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 ...