C# – How to get Resharper to run tests in debug, when I get debug is “Inconclusive: Test not run”

cmstestresharperresharper-2017

How can I get Resharper to run tests in debug, when I get debug is "Inconclusive: Test not run"

Running any MsTest test in Resharper test runner is Ok, but if I try to debug, the R# test runner just displays Inconclusive: Test not run

This happens even with a simple test, e.g.

[TestClass]
public class BasicTests
{
    [TestMethod]
    public void Placeholder()
    {
        Assert.AreEqual(1, 1);
    }
}

But the build-in test runner in Visual Studio works for both just running and for debug

Additional info:
It appears to be only happening in my VS 2017 preview instance !

Additional info:
It also appears to be happening in my VS 2017 with the recent Update 3 !

Best Answer

The answer, at least so far, is to install the R# 2017.2 EAP 13 ...

Yes, the 13, not the 12