Dave Cousineau
- Total activity 236
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 26
- Subscriptions 69
-
Edited Delete stops working with multi-caret
It's difficult to determine the precise circumstances that cause this, but the example I have is as follows.Have auto properties that are assigned values:public int X { get; } = 5; public int Y { g... -
Created Duplicate 'new' with multiple carets and "new Thing" intellisense option
Steps:Declare a class (problem seems not to occur with `object`):class Thing { }Declare two auto properties in some other type:public Thing A { get; }| public Thing B { get; }|Use multi-caret as ab... -
Edited Move block of text slowly loses selection
I guess I need to report this for it to get fixed.At first I thought this happened with any lines, but actually it seems to specifically affect using lines.Pretty easy to replicate: Select at least... -
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...