Top "Resharper-5.1" questions

Use this tag for version specific questions about ReSharper 5.1 - the refactoring and productivity extension for Visual Studio by JetBrains.

Ignore IgnoreAttribute

We have MSTest tests which automatically run in hourly production. One of these tests is marked with [Ignore] attribute because …

c# mstest resharper-5.1
Inherited test class from generic base is ignored in MSTest

When creating a generic base test class in MSTest, and inheriting from it, I'm unable to run the tests of …

c# visual-studio unit-testing mstest resharper-5.1