Current Status - nunit/nunit-console GitHub Wiki
| Packages | LatestRelease | NextRelease | Latest 3.XDev Build | Latest 4.0Dev Build |
|---|---|---|---|---|
| Console and Engine (1) | 3.20.2 | 3.20.3 | 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 |
NUnit.Console,NUnit.ConsoleRunner,NUnit.ConsoleRunner.NetCore,NUnit.Engine,NUnit.Engine.Api,nunit-console-runner (choco)NUnit.Extension.NUnitProjectLoader,nunit-exension-nunit-project-loader (choco)NUnit.Extension.VsProjectLoader,nunit-extension-vs-project-loader (choco)NUnit.Extension.NUnitV2ResultWriter,nunit-extension-nunit-v2-result-writer (choco)NUnit.Extension.NUnitV2Driver,nunit-extension-nunit-v2-driver (choco)NUnit.Extension.TeamCityEventListener, maintained by TeamCity, distributed with NUnit 3
General Priorities
-
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.
-
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.
-
Cleaning up our code base so it's easier to work with.
-
Delivering the final features for the 3.x series and then switching to 4.0 development.
Console and Engine
- We have gone back to using
mainfor 3.X and a newversion4branch for work toward 4.0. Currently, 3.X is the priority.
NUnit Project Loader
-
We now have
mainandversion4branches. Focusing onmain. -
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.