Test Explorer (VS) shows ''

后端 未结 2 397
南旧
南旧 2020-12-23 08:09

Everthing below is made in VS2019, using .NET Framework 4.7 and NUnit + NUnit3TestAdapter

I created an assembly called Exitus.Tests, and added a few unit tests. Howe

相关标签:
2条回答
  • 2020-12-23 08:52
    1. Close Visual Studio.
    2. Delete the *.testlog files in: solutionfolder\.vs\solution name\v16\TestStore\number.
    0 讨论(0)
  • 2020-12-23 08:56

    I faced the same issue right now. A cleanup helped. As I had cleanup issues with VS in the last time (some DB-lock prevents a real cleanup to happen), my working cleanup was this way:

    1. Close VS.
    2. Git Bash in solution folder: git clean -xfd

    Probably it helps.

    0 讨论(0)
提交回复
热议问题