I want to disable ReSharper 5 when debugging - it slows things down more than I\'m willing to take. Is there an automatic way to do this?
How I can开发者_运维问答 create my own code style format for Resharper 4.5?. And how i may to use it?. Thanks. All of the options in ReSharper\'s Code Format window allow you to specify your own style
I like the fact that ReSharper suggest me to use the var keyword. Instead, I would like to know if it is possible to ReSha开发者_如何学编程rper to only hints me when I use type that are not basic.
I like the sound of the Exceptional plugin for resharper, but it says it currently only works with v4.5.Does anyone know what is involved with upgradi开发者_如何学编程ng to 5.0 and how much things hav
I\'ve been using Resharper for a few days and I really like this tool, but there\'s one thing that annoys me about it and I wonder if it can be changed.
I have this simple test: protected readonly ILog logger = LogManager.GetLogger(MethodBase.GetCurrentMethod().ReflectedType);
When I write something like this: using (var connection = new SqlConnection(\"ConnectionString\")) { using(var cmd= new SqlCommand(\"Command\"))
In Visual Studio with Resharper I can set the project to background build as I type. A red icon on the status bar appears the instance I code somethi开发者_如何学JAVAng wrong. Green if all is good. It
I was used to use RockScroll (or MetalScroll), but when I started to use ReSharper my RockScroll start to show some bugs. Well, this is scope to another discussion https://stackoverflow.com/questions/
I\'m trying to write some unit tests for an app I work on at work (In the vague hope that others might follow suit), and I was originally running these 开发者_开发问答tests using NUnit and the ReSharp