Info
Version: | 4.6.0 |
Author(s): | Charlie Poole, Terje Sandstrom |
Last Update: | Thursday, July 25, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://docs.nunit.org/articles/vs-test-adapter/Index.html |
NuGet Url: | https://www.nuget.org/packages/NUnit3TestAdapter |
Install
Install-Package NUnit3TestAdapter
dotnet add package NUnit3TestAdapter
paket add NUnit3TestAdapter
NUnit3TestAdapter Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.DotNet.InternalAbstractions(>= 1.0.0)
- System.ComponentModel.EventBasedAsync(>= 4.3.0)
- System.ComponentModel.TypeConverter(>= 4.3.0)
- System.Diagnostics.Process(>= 4.3.0)
- System.Reflection(>= 4.3.0)
- System.Runtime.InteropServices.RuntimeInformation(>= 4.3.0)
- System.Threading.Thread(>= 4.3.0)
- System.Xml.XmlDocument(>= 4.3.0)
- System.Xml.XPath.XmlDocument(>= 4.3.0)
Tags
.Net core), versions .net framework 4.6.2 or higher, .net core 3.1, .net 5 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.).