Вопрос

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