NUnit Console and Engine 3.13 Released


This is the first release of the NUnit Console Runner, which allows running of both .NET Framework and .NET Core tests, either separately or in combination. The Console Runner executes under the .NET Framework but is able to launch .NET Core agents and communicate with them over a TCP connection.

A second major feature is the availability of preemptive cancellation when the normal approach of requesting the test run to terminate itself doesn’t work. This is an engine feature, available to any runners supporting cancellation.

This release includes code contributions from Charlie Poole, Joseph Musser, Mikkel Nylander Bundgaard, Chris Maddock, Rob Prouse, Ian144, TillW, Manfred Brands, Timon and Sean Killeen. Thank you to all those who contributed both in code, and otherwise.

You can download the NUnit Console from GitHub, NuGet or Chocolatey. See the release notes for more information.