nunit - NUnit3TestAdapter 6.1.1-alpha.2
The NUnit3 TestAdapter for Visual Studio, all versions from 2012 and onwards, and DotNet (incl. .Net core), versions .net framework 4.6.2 or higher, .net 8 or higher.
Note that this package ONLY contains the adapter, not the NUnit framework.
For VS 2017 and forward, you should add this package to every test project in your solution. (Earlier versions only require a single adapter package per solution.)
PM> Install-Package NUnit3TestAdapter -Version 6.1.1-alpha.2 -Source https://www.myget.org/F/nunit/api/v3/index.json
> nuget.exe install NUnit3TestAdapter -Version 6.1.1-alpha.2 -Source https://www.myget.org/F/nunit/api/v3/index.json
> dotnet add package NUnit3TestAdapter --version 6.1.1-alpha.2 --source https://www.myget.org/F/nunit/api/v3/index.json
source https://www.myget.org/F/nunit/api/v3/index.json
nuget NUnit3TestAdapter ~> 6.1.1-alpha.2
Copy to clipboard
> choco install NUnit3TestAdapter --version 6.1.1-alpha.2 --source https://www.myget.org/F/nunit/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "nunit" -SourceLocation "https://www.myget.org/F/nunit/api/v2"
Install-Module -Name "NUnit3TestAdapter" -RequiredVersion "6.1.1-alpha.2" -Repository "nunit" -AllowPreRelease
Copy to clipboard
-
.NETFramework 4.6.2
- Microsoft.Testing.Extensions.VSTestBridge (>= 2.0.2)
- Microsoft.Testing.Platform.MSBuild (>= 2.0.2)
-
.NETFramework 8.0
- Microsoft.Extensions.DependencyModel (>= 8.0.2)
- Microsoft.Testing.Extensions.VSTestBridge (>= 2.0.2)
- Microsoft.Testing.Platform.MSBuild (>= 2.0.2)
- .NETFramework 4.6.2: 4.6.2.0
- .NETFramework 8.0: 8.0.0.0
OwnersTerje CharliePoole |
AuthorsCharlie Poole, Terje Sandstrom |
Project URLhttps://docs.nunit.org/articles/vs-test-adapter/Index.html |
LicenseMIT |
Tagstest visualstudio testadapter nunit nunit3 dotnet |
Info1944 total downloads |
| 6 downloads for version 6.1.1-alpha.2 |
| Download (527.33 KB) |
| Found on the current feed only |