Top "Resharper" questions

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

Running NUnit through Resharper 8 tests fail when crossing between projects due to AppDomain

I recently updated to Resharper 8, and when I tried to run a suite of projects. These tests contain two suites …

c# nunit resharper integration-testing appdomain
Redundant condition check before assignment suggestion for C# in Resharper 5

Is the condition check really redundant in the following sample?: public class MyClass { public bool MyProperty { get; set; } public void …

c# properties resharper setter getter
Detect Recursive calls in C# code

I want to find all recursive calls in my code. If I open file in Visual Studio, I get "Recursive …

c# visual-studio recursion resharper code-analysis
Uninstall of CodeRush and ReSharper - Intellisense Not Working

Install order: Visual Studio 2008 ReSharper Uninstall ReSharper CodeRush with Refactor Pro Uninstall CodeRush with Refactor Pro Now my intellisense doesn't …

.net resharper intellisense coderush
When can Request.Url be null?

In my controller code I am using: Request.Url.<Something>. ReSharper suggests that Request.Url can be null. …

asp.net-mvc-3 controller resharper
How do I tell ReSharper that an attribute means that a method is used?

I'm playing with SpecFlow, and ReSharper thinks that my step definitions are unused (I guess because they're used via reflection): […

resharper resharper-5.0
visual studio 2013 hangs on right click

After I install Visual Studio 2013 update 2, I notice that right click on any kind of project file (aspx, cshtml) causes …

tfs visual-studio-2013 resharper freeze