Aruecope
- Total activity 50
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 12
-
Created Annoying recent change (EAP) to code editing
AnsweredHi, something I've noticed since moving to vs2022 and the EAP version of R#: https://recordit.co/yqfmWj2rD3 If I highlight '{get;}' and type a '{' I expect the highlight to be replaced with '{'. In... -
Edited R# not offering to initialise property.
Completedhttp://recordit.co/4SbDI0FeOq R# offers to initialise two of three properties from the ctor parameters but offers to create a field for one of them. It looks like it wants to map 'id' to 'ID' and c... -
Created Code cleanup, expression body style being ignored?
AnsweredSomething that's been bothering me for a while is that R# code cleanup is ignoring our body-style preference. Possibly it's a configuration issue but I just can't find it. When I highlight an expre... -
Created Latest vs2022 Preview - no progress shown while R# processes assemblies.
Just updated and opened a solution. Thought that R# had just gone AWOL as it's prone to do these days. However I noticed a lot of disk activity and eventually it became available so I think on this... -
Created 'There are some assembly files'
AnsweredNot a very useful error message, lol. I've just brought down a branch from a colleague. It includes updates to Nuget packages and target frameworks. Having tried to run it I got an error indicated ... -
Created R# w vs2022 issues
First problem: * Sometimes R# appears to be disabled. It doesn't respond to keyboard commands and doesn't the show light bulb icon. Closing then reopening the affected file usually brings it back. ... -
Created Test runner slowing to a crawl
Hi, Since 2019.3 we've found that running unit tests slows to a crawl as more and more tests are run. For example in a typical run from the root by the time 640 tests have been run it's taking te...