Mark
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Created Why Does Resharper Default to Installing Into Experimental Instance?
I've been struggling with corruption in VS 2026 that has required me to repair it multiple times. Every time I do that, VS of course forgets about the Resharper extension.Annoying, but no big deal:... -
Created Multiple Installations? Installation Failures?!?
I've run into a problem with Resharper. I recently installed VS2026 alongside VS2022. Somehow, I ended up with >>two<< Resharper installs, both for both versions of VS, but in different directories... -
Created Tweaking Naming Style Rule
I often use class/interface/struct names that contain multiple trailing capital letters, like IncExpSelectorVM. Resharper, by default, does not like this :). It wants me to instead use IncExpSelect... -
Created Can't Turn Off Formatting Hints
AnsweredThis involves 2021.1.3 and VS 2019 16.10.10. I recently started noticing a whole bunch of editing suggestions on code which complies with how I've configured Resharper. I think the suggestions are ... -
Created Lost parameter label highlighting
I was messing around with ReSharper performance improvement settings and somehow managed to turn off the automatic highlighting of parameter labels in method calls. Example: in something like CallS... -
Created Generating IEqualityComparer under VS 2017
When I try to generate the IEqualityComparer implementation for a c# class using Resharper under VS2017, it doesn't recognize the class fields (which are all strings in this case). As a result, it ... -
Created Ignore Folder in Architecture Type Dependency Diagram
AnsweredI'd like to be able to have the Type Dependency diagram ignore a specific folder in a project, the Migrations folder in an EF Core assembly. That particular folder includes a lot of classes that ha... -
Created Razor Syntax Oddity in 3.1
In my cshtml files I frequently initialize javascript/angular variables based on C# services using syntax like the following: $scope.elections = JSON.parse( '@Html.Raw( Json.Serialize( _pageInitSvc...