nunit - NUnit 5.0.0-beta.1.11

NUnit is a unit-testing framework for all .NET languages. It can run on macOS, Linux and Windows operating systems. NUnit can be used for a wide range of testing, from unit testing with TDD to full-fledged system and integration testing. It is a non-opinionated, broad and deep framework with multiple different ways to assert that your code behaves as expected. Many aspects of NUnit can be extended to suit your specific purposes.

        The latest version, version 5, is an upgrade from the groundbreaking NUnit 3 framework and its major update version 4. It is a modernized version, aimed at taking advantage of the latest .NET features and C# language constructs.

        If you are upgrading from NUnit 3, be aware of the breaking changes (https://docs.nunit.org/articles/nunit/release-notes/breaking-changes.html#nunit-40). Please see the NUnit 4 Migration Guide (https://docs.nunit.org/articles/nunit/release-notes/Nunit4.0-MigrationGuide.html) and take care to prepare your NUnit 3 code before you do the upgrade.
        If you're upgrading from NUnit 4, please check the release notes for version 5 (https://docs.nunit.org/articles/nunit/release-notes/framework.html).

        Supported platforms:
        - .NET Framework 4.6.2+
        - .NET 8.0+
        - .NET 10.0+

PM> Install-Package NUnit -Version 5.0.0-beta.1.11 -Source https://www.myget.org/F/nunit/api/v3/index.json

Copy to clipboard

> nuget.exe install NUnit -Version 5.0.0-beta.1.11 -Source https://www.myget.org/F/nunit/api/v3/index.json

Copy to clipboard

> dotnet add package NUnit --version 5.0.0-beta.1.11 --source https://www.myget.org/F/nunit/api/v3/index.json

Copy to clipboard
<PackageReference Include="NUnit" Version="5.0.0-beta.1.11" />
Copy to clipboard
source https://www.myget.org/F/nunit/api/v3/index.json

nuget NUnit  ~> 5.0.0-beta.1.11
Copy to clipboard

> choco install NUnit --version 5.0.0-beta.1.11 --source https://www.myget.org/F/nunit/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "nunit" -SourceLocation "https://www.myget.org/F/nunit/api/v2"
Install-Module -Name "NUnit" -RequiredVersion "5.0.0-beta.1.11" -Repository "nunit" -AllowPreRelease
Copy to clipboard

Browse the sources in this package using Visual Studio or WinDbg by configuring the following symbol server URL: https://www.myget.org/F/nunit/api/v2/symbolpackage/


  • .NETFramework 4.6.2
    • System.Threading.Tasks.Extensions (>= 4.6.3)
    • System.ValueTuple (>= 4.6.2)
  • .NETFramework 8.0
  • .NETFramework 10.0
  • .NETFramework 4.6.2: 4.6.2.0
  • .NETFramework 8.0: 8.0.0.0
  • .NETFramework 10.0: 10.0.0.0

Owners

Terje CharliePoole

Authors

Charlie Poole, Rob Prouse, Terje Sandstrom and contributors

Project URL

https://nunit.org/

License

Zlib

Tags

nunit test testing tdd framework fluent assert theory plugin addin

Info

2329 total downloads
6 downloads for version 5.0.0-beta.1.11
Download (1.19 MB)
Download symbols (437.31 KB)
NuGet 2.12 or higher
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
5.0.0-beta.1.21 1.19 MB Wed, 22 Jul 2026 20:19:53 GMT 0
5.0.0-beta.1.20 1.19 MB Tue, 21 Jul 2026 09:39:13 GMT 2
5.0.0-beta.1.19 1.19 MB Mon, 20 Jul 2026 08:55:44 GMT 5
5.0.0-beta.1.18 1.19 MB Mon, 20 Jul 2026 07:54:11 GMT 5
5.0.0-beta.1.17 1.19 MB Mon, 20 Jul 2026 06:54:43 GMT 7
5.0.0-beta.1.16 1.19 MB Mon, 20 Jul 2026 06:53:43 GMT 5
5.0.0-beta.1.15 1.19 MB Sun, 19 Jul 2026 18:44:56 GMT 6
5.0.0-beta.1.14 1.19 MB Sun, 19 Jul 2026 08:41:21 GMT 8
5.0.0-beta.1.13 1.19 MB Sun, 19 Jul 2026 01:12:04 GMT 6
5.0.0-beta.1.12 1.19 MB Sat, 18 Jul 2026 17:56:45 GMT 5
5.0.0-beta.1.11 1.19 MB Fri, 17 Jul 2026 18:09:58 GMT 6
5.0.0-beta.1.10 1.19 MB Wed, 15 Jul 2026 20:07:50 GMT 7
5.0.0-beta.1.9 1.19 MB Tue, 14 Jul 2026 18:47:00 GMT 7
5.0.0-beta.1.8 1.19 MB Tue, 14 Jul 2026 18:38:10 GMT 5
5.0.0-beta.1.7 1.19 MB Tue, 14 Jul 2026 09:21:54 GMT 9
5.0.0-beta.1.6 1.19 MB Mon, 06 Jul 2026 09:29:14 GMT 6
5.0.0-beta.1.5 1.19 MB Mon, 06 Jul 2026 09:27:57 GMT 6
5.0.0-beta.1.4 1.19 MB Mon, 06 Jul 2026 09:26:25 GMT 10
5.0.0-beta.1.3 1.19 MB Mon, 06 Jul 2026 09:26:22 GMT 6
5.0.0-beta.1.2 1.19 MB Sun, 05 Jul 2026 23:02:53 GMT 6
3.9.0 2.07 MB Fri, 10 Nov 2017 23:39:01 GMT 1099
2.6.4 96.68 KB Thu, 22 Oct 2015 22:20:31 GMT 1113