nunit - NUnit 5.0.0-beta.1.31

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.31 -Source https://www.myget.org/F/nunit/api/v3/index.json

Copy to clipboard

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

Copy to clipboard

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

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

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

> choco install NUnit --version 5.0.0-beta.1.31 --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.31" -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

3313 total downloads
22 downloads for version 5.0.0-beta.1.31
Download (1.2 MB)
Download symbols (441.07 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.42 1.21 MB Sun, 06 Sep 2026 08:54:53 GMT 0
5.0.0-beta.1.41 1.21 MB Sun, 06 Sep 2026 06:46:12 GMT 0
5.0.0-beta.1.40 1.21 MB Fri, 04 Sep 2026 20:53:42 GMT 0
5.0.0-beta.1.39 1.21 MB Fri, 04 Sep 2026 20:12:59 GMT 0
5.0.0-beta.1.38 1.21 MB Wed, 02 Sep 2026 07:46:16 GMT 8
5.0.0-beta.1.37 1.21 MB Wed, 02 Sep 2026 05:36:30 GMT 5
5.0.0-beta.1.36 1.2 MB Tue, 01 Sep 2026 09:50:15 GMT 7
5.0.0-beta.1.35 1.2 MB Sun, 30 Aug 2026 13:34:22 GMT 10
5.0.0-beta.1.34 1.2 MB Sat, 29 Aug 2026 21:13:30 GMT 10
5.0.0-beta.1.33 1.2 MB Thu, 27 Aug 2026 19:51:28 GMT 11
5.0.0-beta.1.32 1.2 MB Thu, 27 Aug 2026 03:24:45 GMT 17
5.0.0-beta.1.31 1.2 MB Tue, 25 Aug 2026 23:25:05 GMT 22
5.0.0-beta.1.30 1.2 MB Tue, 25 Aug 2026 16:38:12 GMT 15
5.0.0-beta.1.29 1.2 MB Tue, 25 Aug 2026 16:19:52 GMT 20
5.0.0-beta.1.28 1.2 MB Tue, 25 Aug 2026 11:06:38 GMT 17
5.0.0-beta.1.27 1.2 MB Fri, 21 Aug 2026 20:16:03 GMT 19
5.0.0-beta.1.26 1.2 MB Tue, 18 Aug 2026 13:23:32 GMT 98
5.0.0-beta.1.25 1.2 MB Sun, 16 Aug 2026 18:00:51 GMT 36
5.0.0-beta.1.24 1.19 MB Sat, 15 Aug 2026 11:20:57 GMT 109
5.0.0-beta.1.23 1.19 MB Wed, 12 Aug 2026 10:16:32 GMT 106
3.9.0 2.07 MB Fri, 10 Nov 2017 23:39:01 GMT 1363
2.6.4 96.68 KB Thu, 22 Oct 2015 22:20:31 GMT 1440