Problem: Test Explorer (Visual Studio) shows '<Unknown project>'
Details: I created an class library project with Unit Tests project, and added a few unit tests. However, I have removed the failing test case from file but test explorer shows that Test Explore.
Solution
Steps as below
- Close Visual Sudio
- Go to project folder
- Find ".vs" folder. (Make sure your are also checking hidden item)
- Delete ".vs" folder.
- Good to go, Open visual studio, build and run project.
No comments:
Post a Comment