Skip to main content
NUnitLite package icon

NUnitLite

NUnitLite provides a simple way to run NUnit tests, without the overhead of a full NUnit installation. It is suitable for projects that want to have a quick way to run tests using a console runner and don't need all the features of the NUnit engine and console runner. Supported platforms: - .NET Framework 4.6.2+ - .NET 6.0 - .NET 8.0+ How to use this package: 1. Create a console application for your tests and delete the generated class containing Main(). 2. Install the NUnitLite package, which creates a new Main() as well as adding a reference to NUnitLite. This will also bring in the NUnit package, which adds a reference to the NUnit framework to your project. 3. Add your tests to the test project and simply start the project to execute them.

Total Downloads
8.2M
8,157,008
Published
Dec 28, 2024
Latest stable version

Install

.NET CLI
dotnet add package NUnitLite --version 4.3.2
Package Manager Console
Install-Package NUnitLite -Version 4.3.2
PackageReference
<PackageReference Include="NUnitLite" Version="4.3.2" />

Frameworks

.NETFramework4.6.2 net6.0 net8.0

Dependencies

NUnit
.NETFramework4.6.2
[4.3.2, 4.3.2]
NUnit
net6.0
[4.3.2, 4.3.2]
NUnit
net8.0
[4.3.2, 4.3.2]

Adoption guide

A verified publisher signal is available. Assess fit from the package's supported frameworks, license and dependency graph rather than popularity alone.

Compatibility metadata lists 3 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.