
In fact, it's not possible to build it with VS2015 or lower any Am I correct to assume we are talking about the NUnit 3 Visual Studio Adapter and not the NUnit dotnet runner? I'd like to move the problem to the correct commented on Thu Feb 23 I'm pretty much old-fashioned, I'm not using dotnet but VS only.Ģ.- Create new csproj specifying. The test explorer in the IDE is having issues since the NUnit test adapter hsan't been updated for that commented on Thu Feb 23 The NUnit 3 Test Adapter is developed and tested using VS2017. NET Framework 4.0 commented on Thu Feb 23 an issue with Visual Studio 2017 itself.

The tests are not detected even if I remove the multitargetting and leave. See the issue referenced by commented on Thu Feb 23 read again, my project targets BOTH. If I am not wrong, the test runner for 2017 isn't ready commented on Thu Feb 23 2017 NET 4.0), but gets no debug backtrace (showing simply NullReferenceException on the test but not the backtrace of where it really commented on Thu Feb 23 2017 Running manually nunit from console or GUI works (targetting the. Package references NUnit 3.6.0, VS has NUnit 3 Test Adapter 3.7.0.0 installed, and project targets both. Message = “Child process exited with exit code "DLL not found"”ĬlassName = Īt (ILogger this, LoggingLevel level, String message)Īt .ReportError(IUnitTestRun run, Exception e, Boolean showMessageBox, String message, String description)Īt .Run(IUnitTestRun run)Īt .c_Displa圜lass5_0.b_2()Īt .Catch(Action action)Īt .c_Displa圜lass5_0.b_0()Īt _Context(Object state)Īt (ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)Īt (ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)Īt (ExecutionContext executionContext, ContextCallback callback, Object state)Īt ()Ģ021.06.17 15:04:55.915 WARN Element MyVeryAwesomeTest.my_very_awesome_function_check was left pending after its run completion.Visual Studio 2017 RC does not detect nunit tests.

The message I received is as follows: 2021.06.17 15:04:55.914 ERROR Child process exited with exit code "DLL not found" I've tried all the ways mentioned in this topic to troubleshoot this issue but not succeded.

I am using Microsoft Visual Studio Professional 2019 (Version 16.10.2), ReSharper 2021.1.3 and gtest-1.10.0
