leadensky;8974 wrote:Success! I rolled NUnit back from 3.4.1 to 3.0.1, and suddenly all my tests are showing up and behaving (running) normally.
[UPDATE]: NUnit 3.2.1 is also working.
Yesterday I tried to switch from MSTest to NUnit 3.4.1 and noticed that not all of the tests projects were recognized.
Switching to NUnit 3.2.1 solved the problem and all tests are seen again.
I have a single testbase class which is used by almost all of my tests. Some assemblies (especially the not loaded ones) rely completely on the testbase class.
I don't know why it happens with NUnit 3.4.1 but I know it's connected with the "one single base class for all tests"-fact.
I've submitted a bugreport.