MSTest: No tests are run because no tests are loaded or the selected tests are disabled

前端 未结 18 1662
不知归路
不知归路 2020-12-24 11:55

I have a c# solution with the following structure:

mySolution
  myProject
  myProject.MSTests
    References
      Microsoft.VisualStudio.QualityTools.UnitTe         


        
18条回答
  •  长发绾君心
    2020-12-24 11:58

    this is typical problem i have faced too. but the easiest solution I followed as my own is...just to build the project once and rebuild it again. so that you can resolve it.

提交回复
热议问题