Test Explorer is finding tests, but not running them after upgrading to NUnit3TestAdapter v4.3.0
See original GitHub issueNUnit: v3.13.3 NUnit3TestAdapter: v4.3.0 Visual Studio Professional 2019: v16.11.20 Target Framework Version: v4.5
I’m running Visual Studio Professional 2019 and have many NUnit tests in my project. With v4.2.1 of the NUnit3TesetAdapter installed, the Test Explorer is able to find and run all my tests as expected.
However, a few days ago I updated my NUnit3TestAdapter nuget package from 4.2.1 to 4.3.0 and now my Test Explorer does not run any of the tests. It throws no errors and has no problem finding/displaying the tests, but whenever I try to run them, it says:
Test run finished: 0 Tests (0 Passed, 0 Failed, 0 Skipped) run in 172.1 ms
I can confirm that rolling back to 4.2.1, cleaning, and rebuilding the project fixes the problem so maybe the issue is a bug in the 4.3.0 package, however I wanted to check if there is any configuration I need to do in Visual Studio to fix this.
Issue Analytics
- State:
- Created a year ago
- Comments:47 (26 by maintainers)

Top Related StackOverflow Question
Released here https://www.nuget.org/packages/NUnit3TestAdapter/4.3.1
I have a similar issue with some interesting Test log output:
The test project is a multi-targeted C# project with net48, netcoreapp3.1 and net6.0. Executing the test for netcoreapp3.1 and net6.0 works fine.