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

前端 未结 30 1758
广开言路
广开言路 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:21

    I got this error and was able to resolve it.

    1. I use Visual Studio Professional 2017
    2. In VS, I navigated to Tools --> Extensions And Updates
    3. At the top of the menu, I'd noticed that my NUnit adapter was disabled
    4. I clicked the [Enable] button
    5. I was able to initiate tests without errors.

提交回复
热议问题