Pergunta

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

Foi útil?

Solução

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.

Outras dicas

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top