I\'ve开发者_StackOverflow just picked up Resharper and have been playing around converting fields to properties. I want these properties to be protected, but Resharper doesn\'t want to give me that op
Is there any way, when doing e.g. a rename class refactoring with ReSharper, I can exclude certain files or projects in the solution from being searched?
In ReSharper 4.x there was a sh开发者_运维技巧ortcut (Ctrl+8) for turning off the code analysis for the current file, but I cannot find the equivalent in ReSharper 5.0. Anyone knows where to find it?
I have two classes, GenericList and SpecificList, where SpecificList inherits from GenericList.GenericList implements IEnumerable<GenericItem> and SpecificList implements IEnumerable<Specific
I was watching a screencast of someone using Resharper (on VS 2010 or 2008, not sure) where they were able to fill in a test name with a string literal:
I would love to configure Visual Studio/ReSharper to run \"Code cleanup\" whenev开发者_如何学JAVAer I save a file.
I\'ve just 开发者_运维技巧checked out a solution from Subversion and ReSharper is telling me it has 191 files with errors. In fact, it builds perfectly.
Is it possible in VS -maybe by using Resharper- to find a method\'s usage which has some of its parameters NOT set as NULL.
I have defined two properties, "Name" and "ID", for an object which I use for the DisplayMember and ValueMember of a ComboBox with a BindingList datasource.
When I use the NUnitExtension.RowTest.dll it ignores my tests in Resharper/VS2008 and Gallio Icarus.Does anyo开发者_JS百科ne have a config that works?