Right after installing .NET Core SDK 2.0, all tests a solution that targets the previous version of .NET Core fail to be discovered by Resharper.
Also, when I add them manually to the session and attempt to run them, I get an "Inconclusive: Test not run":
Also, there's these exceptions along with the previous message:
If I uninstall .NET Core SDK 2.0, everything works as expected. No issues at all. Tried both x86 and x64 versions, same results.
All projects in the solution target .NET Core 1.1.
Running tests from Test Explorer still works just fine.
Any ideas on how to solve this? Could it be a Resharper bug?