nunit pocket reference up and running with nunit
Margot Hamill
—
. Select the latest stable version and install it for your project. Additionally, install `NUnit3TestAdapter` and `Microsoft.NET.Test.Sdk` to enable test discovery and execution within Visual Studio. Using CLI: If you prefer command-line, run: ``` dotnet add package NUnit dotnet a