Skip to content

Current Status

Terje Sandstrom edited this page Jul 19, 2024 · 25 revisions
Packages Latest
Release
Next
Release
Latest 3.X
Dev Build
Latest 4.0
Dev Build
Console and Engine (1) 3.18.1 3.19.0 3.18.1-dev0007 4.0.0-dev00164
NUnit Project Loader (2) 3.8.0 3.9.0 3.8.0-dev00019 4.0.0-dev00016
VS Project Loader (3) 3.9.0 3.9.1 none none
NUnit V2 Result Writer (4) 3.7.0 3.7.1 3.7.1-dev00000 none
NUnit V2 Framework Driver (5) 3.9.0 3.9.1 none none
TeamCity Event Listener (6) 1.0.9 unknown na na
  1. NUnit.Console, NUnit.ConsoleRunner, NUnit.ConsoleRunner.NetCore, NUnit.Engine, NUnit.Engine.Api, nunit-console-runner (choco)
  2. NUnit.Extension.NUnitProjectLoader, nunit-exension-nunit-project-loader (choco)
  3. NUnit.Extension.VsProjectLoader, nunit-extension-vs-project-loader (choco)
  4. NUnit.Extension.NUnitV2ResultWriter, nunit-extension-nunit-v2-result-writer (choco)
  5. NUnit.Extension.NUnitV2Driver, nunit-extension-nunit-v2-driver (choco)
  6. NUnit.Extension.TeamCityEventListener, maintained by TeamCity, distributed with NUnit

General Priorities

  1. Working as effectively and efficiently as possible given that there is currently no team responsible for this area. Charlie is working as a collaborator to clean up a few issues, focusing on one thing at a time.

  2. Finding more volunteers to work on the project.

    All: please suggest folks you may know, especially those working in areas we don't already cover well.

  3. Cleaning up our code base so it's easier to work with.

  4. Delivering the final features for the 3.x series and then switching to 4.0 development.

Console and Engine

  1. We have gone back to using main for 3.X and a new version4 branch for work toward 4.0. Currently, 3.X is the priority.

NUnit Project Loader

  1. We now have main and version4 branches. Focusing on main.

  2. Release 3.8.0 will introduce either a .NET Core or .NET Standard build for use with the NetCore runner. This will be the first of our extensions to support that runner.