Top "Resharper" questions

ReSharper is a refactoring and productivity extension by JetBrains that extends native functionality of Microsoft Visual Studio versions since 2003.

Resharper 7: MSTest not working - "Test wasn't run"

Since I upgraded to VS2012 and Resharper 7, my previously working MS Tests are not running anymore. The tests are run …

visual-studio resharper mstest visual-studio-2012 resharper-7.0
Tool Comparison: Visual Assist X and Resharper

.NET developers out there! Need your opinion here! I am now using Visual Assist X, a decent piece of software, …

.net resharper visual-studio-addins visual-assist
Resharper, Javascript: "Use of implicitly declared global variable 'X'"

I'm using Resharper 6 and ASP.NET Web Methods and have an irritating warning in my Javascript files: "Use of implicitly …

javascript resharper
Visual Studio freezing (crashing) while loading solution

I've met with a strange problem. I had 7 projects in the solution. I had to add another MVC project. Now …

visual-studio visual-studio-2015 resharper
ReSharper Line Breaks and Wrapping

So, this: cmd = new OdbcCommand( string.Format( @" SELECT * FROM Bobby_Tables WHERE Name = {0}", "Little Bobby Drop Tables" ), odbcConnection ); gets formatted …

c# resharper code-formatting
Resharper: Possible Multiple Enumeration of IEnumerable

I'm using the new Resharper version 6. In several places in my code it has underlined some text and warned me …

c# linq resharper ienumerable optimization
Resharper (Find and) fix all issues at once

e.g. alt enter -> context menu -> Find all 'Redundant name qualifier' issues -> but now …

c# visual-studio visual-studio-2010 resharper
Resharper Clean-up Code - how to affect sorting of methods?

I've got a customized clean-up and it's almost 'there'. However, R# appears to want to sort the member methods, but …

resharper
Do I need to maintain ReSharper's dotsettings.user file in Source Control?

I noticed ReSharper has created a dotsettings.user in my Source folder. Do I need to keep this in my …

c# version-control resharper