nunit - NUnit 4.5.1-alpha.0.5

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 4, is an upgrade from the groundbreaking NUnit 3 framework. 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.

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

PM> Install-Package NUnit -Version 4.5.1-alpha.0.5 -Source https://www.myget.org/F/nunit/api/v3/index.json

Copy to clipboard

> nuget.exe install NUnit -Version 4.5.1-alpha.0.5 -Source https://www.myget.org/F/nunit/api/v3/index.json

Copy to clipboard

> dotnet add package NUnit --version 4.5.1-alpha.0.5 --source https://www.myget.org/F/nunit/api/v3/index.json

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

nuget NUnit  ~> 4.5.1-alpha.0.5
Copy to clipboard

> choco install NUnit --version 4.5.1-alpha.0.5 --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 "4.5.1-alpha.0.5" -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.5.4)
    • System.ValueTuple (>= 4.4.0)
  • .NETFramework 6.0
  • .NETFramework 8.0
  • .NETFramework 4.6.2: 4.6.2.0
  • .NETFramework 6.0: 6.0.0.0
  • .NETFramework 8.0: 8.0.0.0

Owners

Terje CharliePoole

Authors

Charlie Poole, Rob Prouse

Project URL

https://nunit.org/

License

Zlib

Tags

nunit test testing tdd framework fluent assert theory plugin addin

Info

1949 total downloads
2 downloads for version 4.5.1-alpha.0.5
Download (1.13 MB)
Download symbols (423.7 KB)
NuGet 2.12 or higher
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
5.0.0-alpha.1.1 1.15 MB Mon, 09 Mar 2026 02:14:15 GMT 0
5.0.0-alpha.1 1.14 MB Mon, 09 Mar 2026 01:48:42 GMT 0
4.6.0-alpha.10.20 1.15 MB Mon, 09 Mar 2026 08:16:39 GMT 0
4.6.0-alpha.10.19 1.14 MB Sun, 08 Mar 2026 11:41:53 GMT 0
4.6.0-alpha.10.18 1.14 MB Sat, 07 Mar 2026 19:46:54 GMT 0
4.6.0-alpha.10.17 1.14 MB Sat, 07 Mar 2026 12:18:30 GMT 0
4.6.0-alpha.10.16 1.14 MB Fri, 06 Mar 2026 12:17:13 GMT 1
4.6.0-alpha.10.15 1.14 MB Tue, 03 Mar 2026 20:45:16 GMT 2
4.6.0-alpha.0.4 1.13 MB Thu, 26 Feb 2026 22:17:11 GMT 2
4.6.0-alpha.0.3 1.13 MB Thu, 26 Feb 2026 13:31:10 GMT 1
4.6.0-alpha.0.2 1.13 MB Wed, 25 Feb 2026 15:19:56 GMT 2
4.6.0-alpha.0.1 1.13 MB Thu, 19 Feb 2026 10:22:40 GMT 3
4.5.1-alpha.0.8 1.14 MB Wed, 04 Mar 2026 00:26:47 GMT 4
4.5.1-alpha.0.7 1.14 MB Tue, 03 Mar 2026 17:56:47 GMT 1
4.5.1-alpha.0.6 1.13 MB Sun, 01 Mar 2026 19:23:50 GMT 1
4.5.1-alpha.0.5 1.13 MB Fri, 27 Feb 2026 13:01:29 GMT 2
4.5.0-alpha.0.41 1.13 MB Mon, 16 Feb 2026 00:38:18 GMT 6
4.5.0-alpha.0.37 1.13 MB Thu, 12 Feb 2026 23:36:12 GMT 2
4.5.0-alpha.0.36 1.13 MB Thu, 12 Feb 2026 09:31:58 GMT 6
4.5.0-alpha.0.35 1.13 MB Wed, 14 Jan 2026 01:14:26 GMT 10
3.9.0 2.07 MB Fri, 10 Nov 2017 23:39:01 GMT 893
2.6.4 96.68 KB Thu, 22 Oct 2015 22:20:31 GMT 1013