-
Notifications
You must be signed in to change notification settings - Fork 152
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 |
-
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
-
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.
- We have gone back to using
main
for 3.X and a newversion4
branch for work toward 4.0. Currently, 3.X is the priority.
-
We now have
main
andversion4
branches. 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.