Reputation: 2522
I am getting the above error "Inconclusive: Test not run" error when trying to run my unit tests in debug mode in Visual Studio.
I am using Visual Studio 2017 patched with the latest .NET Core 2 release Version 15.3.5 and Resharper Ultimate 2017.1.3
This has only started happening since I installed the latest .NET Core 2.0 patch recently.
Upvotes: 4
Views: 6396
Reputation: 79
Another possible answer is to prevent VS from using test settings file. Located in "Test->Test Settings" menu. After changing branches it got enabled somehow without me noticing and tests stopped running. Unchecking it brought my tests back to runnable state. Test settings file
Upvotes: 0