Visit NES for .NET Home Page
NES for NUnit3TestAdapter
A comprehensive guide for installing and configuring Never-Ending Support (NES) for NUnit3TestAdapter in your .NET application.
Minimum Requirements
Please review our Minimum Requirements to ensure a smooth installation. Then follow 3 easy steps:
- Create or update your NuGet source
- Install the package
- Restore your dependencies
Detailed Instructions
Create or update your NuGet source
Replace <NES_ACCESS_TOKEN> with your access token.
dotnet nuget add source "https://registry.nes.herodevs.com/nuget/v3/index.json" \
--name nesnetessentialsplus \
--username "artifactory" \
--password "<NES_ACCESS_TOKEN>" \
--store-password-in-clear-text
Install NES for NUnit3TestAdapter
dotnet add package NUnit3TestAdapter --version 4.2.1.1
Restore your dependencies
dotnet restore
And just like that, you can build and run your project against NES for NUnit3TestAdapter!
Additional Information
Direct Download URLs
The direct download URL for NES for NUnit3TestAdapter is:
| Package | Version | URL |
|---|---|---|
| NUnit3TestAdapter | 4.2.1.1 | Download |