2

I have a visual studio 2013 with resharper 8.1 installed.

Out of nowhere all the unittests started being ignored, with no stack message at all.

I´ve already, restarted VS, PC, and even uninstalled resharper.

Any thoughts?

Is there any log file available that could, at least, give me an extra hint?

TKSenter image description here

3 Answers3

0

The problem turned out to be a duplicated file in a deployment folder. Don´t know how windows let 2 files with the same name at the same folder, but they were there.

0

My problem with the same symptoms has been solved by updating NUnit project dependency NuGet package up to last stable version. (May be just reinstalling could solve the problem)

user1234567
  • 3,991
  • 3
  • 19
  • 25
0

Had similar issue. Was caused by multiple MSTest versions in the same solution.

Simme Nilsson
  • 143
  • 1
  • 10