ReSharper is a refactoring and productivity extension by JetBrains that extends native functionality of Microsoft Visual Studio versions since 2003.
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 appdomainIs the condition check really redundant in the following sample?: public class MyClass { public bool MyProperty { get; set; } public void …
c# properties resharper setter getterI 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-analysisInstall order: Visual Studio 2008 ReSharper Uninstall ReSharper CodeRush with Refactor Pro Uninstall CodeRush with Refactor Pro Now my intellisense doesn't …
.net resharper intellisense coderushIn my controller code I am using: Request.Url.<Something>. ReSharper suggests that Request.Url can be null. …
asp.net-mvc-3 controller resharperI'm playing with SpecFlow, and ReSharper thinks that my step definitions are unused (I guess because they're used via reflection): […
resharper resharper-5.0After 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