Skip to content

Releases: nunit/nunit-console

NUnit Console and Engine 3.11.1

15 Feb 17:22
2b2aad7
Compare
Choose a tag to compare

This hotfix fixes a problem with NUnit Project file settings being ignored.

See the Release Notes for details.

NUnit Console and Engine 3.11

26 Jan 16:29
b600aaa
Compare
Choose a tag to compare

This release fixes a range of minor bugs, and includes a significant amount of internal restructuring work. In future, this will enable improved .NET Standard support in the engine, and a .NET Core build of the console.

See the Release Notes for a full list of changes.

NUnit Console and Engine 3.10

24 Mar 20:53
634258e
Compare
Choose a tag to compare

This release merges the .NET Standard version of the engine back into the nunit.engine
NuGet package and adds a .NET Standard 2.0 version of the engine that re-enables most
services and extensions. This deprecates the nunit.engine.netstandard NuGet package.
Any test runners using the old .NET Standard version of the engine should switch to
this release.

The --params command line option which took multiple test parameters separated by
a semicolon is now deprecated in favor of the new --testparam command line option.
One of the most common uses for test parameters was to pass connection strings into
tests but this required workarounds to handle the semicolons. Now you must pass in
each test parameter separately using a --testparam or --tp option for each.

See the Release Notes for a full list of changes.

NUnit Console and Engine 3.9

06 Sep 01:17
Compare
Choose a tag to compare

This release should stop the dreaded SocketException problem on shutdown. The console also no longer returns -5 when AppDomains fail to unload at the end of a test run. These fixes should make CI runs much more stable and predictible.

For developers working on the NUnit Console and Engine project, Visual Studio 2017 update 5 or newer is now required to compile on the command line. This does not effect developers using NUnit or the NUnit Console, both of which support building and running your tests in any IDE and on any .NET Framework back to .NET 2.0.

See the Release Notes for a full list of changes.

NUnit Console and Engine 3.8

27 Jan 16:40
Compare
Choose a tag to compare

This release includes several fixes when unloading AppDomains and better error reporting. The
aggregate NuGet packages also include updated versions of several extensions.

See the Release Notes for a full list of changes.

NUnit Console and Engine 3.7

14 Jul 00:54
Compare
Choose a tag to compare

Engine

  • Creates a .NET Standard version of the engine for use in the Visual Studio Adapter
  • Fixes several issues that caused the runner to exit with a SocketException

NUnit .NET Standard Engine v3.7 alpha 1

28 Apr 21:12
Compare
Choose a tag to compare
Pre-release

This is the first release of a .NET Standard version of the engine for use in Visual Studio Adapter.

NUnit Console 3.6.1

07 Mar 00:47
Compare
Choose a tag to compare

This hotfix release addresses a race condition in the Engine that caused tests to intermittently fail.

NUnit Console 3.6

14 Jan 22:53
Compare
Choose a tag to compare

Console Runner

  • Added command line option --skipnontestassemblies to skip assemblies that do
    not contain tests without raising an error and to skip assemblies that contain
    the NUnit.Framework.NonTestAssemblyAttribute.
  • Messages from the new Multiple Assert blocks will be displayed individually
  • Warnings from the new Warn.If, Warn.Unless and Assert.Warn are now displayed

Engine

  • NUnit agents now monitor the running engine process and will terminate themselves
    if the parent runner process is killed or dies

NUnit Console 3.5

12 Oct 04:04
Compare
Choose a tag to compare

This is the first release of the engine and console runner, which is separate from the framework.