Here is a common refactoring that I don\'t believe I have seen a shortcut for: Imagine we have a base class with a number of inheriting subclasses. The base classes uses constructor injection to acce
Suppose I have a Visual Studio solution called MySolution. MySo开发者_StackOverflowlution contains a project with a public method defined like this: public void MyMethod(){...}.
I added Parent Settings File to the solutions folder. After that I unchecked there rule SA1101 in the parent file. Also I set \"Do not merge with any file\" in parent file, and set merge in the parent
I need to have rule for comment all public methods/classes/properties etc. I ca开发者_开发问答n`t found any standard rule for my requirements.
I know I can force \"this.\" qualifier for instance member with Resharper code cleanup. Can I force开发者_如何学C redundant name qualifier for static methods?
I\'ve been using QUnit to test some javascript in my Visual Studio 11 solution and recently updated Resharper that supports QUnit in its testrunner.
What is the best way to handle class renames (e.g. done with Resharper) with Git? That is, if both the class name and containing file name are changed together and开发者_运维问答 committed without fu
Given the following (heavily edited, pseudo-)code: int count = 0; thing.Stub(m => m.AddBlah()).WhenCalled(o => count++);
From https://stackoverflow.com/questions/273858/software-worth-buying, https://stackoverflow.com/questions/143088/open-source-c-projects-that-have-high-code-quality and https://stackoverflow.com/quest
I\'m getting an odd error when trying to run my MSTest unit tests with ReSharper\'s test runner at the point of calling a WCF service: