No test found. Make sure that installed test discoverers & executors, platform & framework version settings are appropriate and try again

前端 未结 30 1796
广开言路
广开言路 2020-12-05 04:00

I am in the process of upgrading our existing solution to .Net 4.6.1 and have been unable to get our unit tests to run during a server build. Locally they run as expected an

30条回答
  •  庸人自扰
    2020-12-05 04:22

    I fixed this by issue in VS 2017 & 4.6.2 test project with the following steps:

    1. Remove references to Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll and extensions
    2. Install the Microsoft.VisualStudio.QualityTools.UnitTestFramework.Updated nuget package

提交回复
热议问题