As per title, VS2015 just decided that I don't have any tests in my codebase
What I've tried so far:
- restart the machine
- restart VS2015
- clean/rebuild the solution
- reinstall .NET 1.0.0
- Delete the
%TEMP%
folder - Delete the
AppData/Microsoft/*
folder - checkout the project again from Git. Tests are working fine on other machines
- Reinstall NUnit 3 Test adapter
dotnet restore
command on the command line- Tried to change the processor architecture in
Test > Test Settings > Default Processor Architecture
with and without a VS2015 restart after it
Any suggestions?