Dave Cousineau

- Total activity 226
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 24
- Subscriptions 66
-
Created Unit test tooltips don't show information
Not sure if it's by design but do you know that unit test tooltips never show the exception message?They seem to show assertion failure messages, but if a regular exception is thrown it will just ... -
Created Formatting fluent API
When I use a code refactoring, Rider insists on reformatting my code too. Is it possible either to not reformat code when doing a refactoring (such as file-scoped namespaces in project), or else, i... -
Edited Rare compiler/analysis bug
There seems to be a rare bug involving a non-generic type nested under a generic type, that is in another assembly. I'm not sure I can get it to occur in an example. The problem involves Rider/Resh... -
Edited How to re-discover unit tests?
AnsweredRider has lost most of my unit tests. If I open a source file with tests, it adds them to the list, but how can I get Rider to scan all files for tests? I have only about 1/5th of my tests shown. T... -
Created Turn off taskbar pinging?
Is it possible to turn off taskbar pinging (whatever that is called)? Rider does this at the end of every build and I think every unit test run, including for the build that is done for the unit te... -
Created Default to get-only properties?
I use Create Property a lot. I have member generation set to make auto-properties. Unfortunately, rider always adds a setter to my properties and there doesn't seem to be a way to configure it not ... -
Created Build Project: Specific Project builds too much
In attempting to solve the issue that most of the time Rider does not actually build the project that you are launching before launching it, I tried setting the Build Project launch configuration s... -
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...