CharliePoole
CharliePoole
@k15tfu I did 3.18.0 because of an error in 3.18.0 making it difficult or impossible to install the .NET core runner as a .NET tool. Running as a .NET tool...
This is an area w h ere we could definitely use some help. I'm in the process of creating issues to define where the tool needs to be improved and...
Related to #1418. If we had tests to show we can load each extension then the problem would not arise.
Closing this without merging. It's made obsolete by PR #1506, which eliminates addins files and also implements the additional levels requested here.
Most of the methods defined in `ITestRunner` , including `Explore`, force a call to `ItestRunner.Load`, which (obviously) loads the test assemblies specified in your `TestPackage`. This has always implied a...
If you encounter a bug using Unload, we can reopen this.
Can you share a minimal repro? If so, I'll take another look. While the tests must be kept loaded, that does not imply that the file from which they were...
IMO it was a mistake to require tests run under test explorer to _reference_ the appropriate adapter. In the design of NUnit - and of other X-unit style frameorks written...
You can also look at the latest 3.18 dev build on myget, currently https://www.myget.org/feed/nunit/package/nuget/NUnit.Engine/3.18.0-dev00058
We're talking about the 3.17 __engine__ package, right? So, the engine makes use of TC metadata to examine assemblies and decide how to run them. In order for the engine...