resharper
Resharper (or Visual Studio) shortcut to cascade changes to a constructor
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[详细]
2023-03-16 20:09 分类:问答Finding usages of a method in multiple Visual Studio solutions
Suppose I have a Visual Studio solution called MySolution. MySo开发者_StackOverflowlution contains a project with a public method defined like this: public void MyMethod(){...}.[详细]
2023-03-16 16:18 分类:问答Style Cop rules don't work
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[详细]
2023-03-16 09:52 分类:问答How to set rule Style cop for resharper comment all public methods/classes/properties etc
I need to have rule for comment all public methods/classes/properties etc. I ca开发者_开发问答n`t found any standard rule for my requirements.[详细]
2023-03-16 09:05 分类:问答Force redundant name qualifier for static methods in Resharper
I know I can force \"this.\" qualifier for instance member with Resharper code cleanup. Can I force开发者_如何学C redundant name qualifier for static methods?[详细]
2023-03-16 04:59 分类:问答Loading support script for Resharpers QUnit testrunner
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.[详细]
2023-03-16 01:25 分类:问答Git rename detection when class and filename changed in one commit
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[详细]
2023-03-15 21:01 分类:问答Why does resharper suggest "wrap variable in array" for access to modified closure warnings?
Given the following (heavily edited, pseudo-)code: int count = 0; thing.Stub(m => m.AddBlah()).WhenCalled(o => count++);[详细]
2023-03-15 08:20 分类:问答The VS 2010 Ultimate vs 3rd party utilities
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[详细]
2023-03-15 05:12 分类:问答Issues running MSTest tests w/ ReSharper and WCF
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:[详细]
2023-03-14 22:41 分类:问答