Resharper xUnit tests fail after installing .NET Core 2.0

Immediately after installing the .NET Core SDK 2.0, all solution tests that target the previous version of .NET Core cannot be detected by Resharper.

Also, when I manually add them to the session and try to start them, I get "Inconclusive: Test not run":

enter image description here

In addition, there are these exceptions along with the previous post: enter image description here

If I uninstall the .NET Core SDK 2.0, everything will work as expected. No problem. Tried x86 and x64 versions, same results.

enter image description here

All projects in the target solution. NET Core 1.1.

enter image description here

Running tests from Test Explorer still works great.

enter image description here

Any ideas on how to solve this? Could this be a Resharper bug?

+6
1

, Resharper ( ).

Visual Studio - , .

EDIT:

Resharper 2017.2 (https://www.jetbrains.com/resharper/eap/), ;) ( EAP 2017.2 12) nUnit, xUnit MSTest.

+4

All Articles