I have already asked this question in the JetBrains forums, but I find that questions are usually answered quicker here than there, so here goes -
I have downloaded the xunit contrib for resharper but I can\'t get it to work. The installation instructions do not work. Does anyone else having same problem开发者_StackOverflow?
I\'ve read articles that explain how to enable Visual Studio 2010 managed e开发者_StackOverflowxtensions to get them working withMicrosoft Visual Studio 11 Developer Preview
I have a solution with a lot of nunit tests in different projects. When I run resharpers testrunner, it finds all the tests. But when it 开发者_如何转开发comes to execution it simply marks them all as
I have tests running with MSTest. I use the .testsettings to run setup and cleanup scripts, needed to execute tests well.
I have an ASP.NET MVC 3 solution where some Views (and Controllers) are located in separate assembly (later on they are loaded via M开发者_C百科EF). This separate assembly is a Class Library project (
I just switched to Visual Studio 2010 from Visual Studio 2008 and also have ReSharper 6 installed.
ReSharper 6 creates folders like ReSharper.projectname with the files and folders below in it. That caused a lot of problems with MSDeploy and source control in general. I had to add ignore rules ever
Back when I had ReSharper 5 my files would have all kinds of syntax highlighting and a bar next to the scrollbar to the right. It was wonderful because it would highlight redundant imports and possibl
I have a Razor layout MVC3 page as below: <!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\">