문제

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

도움이 되었습니까?

해결책

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.

다른 팁

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)

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top