NUnitLite 3.0.0-alpha-2

Prefix Reserved
This is a prerelease version of NUnitLite.
There is a newer version of this package available.
See the version list below for details.
dotnet add package NUnitLite --version 3.0.0-alpha-2
                    
NuGet\Install-Package NUnitLite -Version 3.0.0-alpha-2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NUnitLite" Version="3.0.0-alpha-2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NUnitLite" Version="3.0.0-alpha-2" />
                    
Directory.Packages.props
<PackageReference Include="NUnitLite" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NUnitLite --version 3.0.0-alpha-2
                    
#r "nuget: NUnitLite, 3.0.0-alpha-2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=NUnitLite&version=3.0.0-alpha-2&prerelease
                    
Install NUnitLite as a Cake Addin
#tool nuget:?package=NUnitLite&version=3.0.0-alpha-2&prerelease
                    
Install NUnitLite as a Cake Tool

NUnitLite provides a subset of the features of NUnit, uses minimal resources and runs on resource-restricted platforms used in embedded and mobile development. This package contains builds of NUnitLite for .NET 2.0, 3.5, 4.0 and 4.5 as well as Silverlight 5.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.

3. Add your tests to the test project and start the project to execute them.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Silverlight sl5 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on NUnitLite:

Package Downloads
Miru.Testing

Package Description

TAF.Core

Core library for test automation framework TAF

FAkka.Shared

Package Description

Starcounter.NUnit.Runner

NUnit console runner for executing tests in the same domain as the Starcounter database

TechStack.TraineeTask.Tests

Package Description

GitHub repositories (27)

Showing the top 5 popular GitHub repositories that depend on NUnitLite:

Repository Stars
MonoGame/MonoGame
One framework for creating powerful cross-platform games.
microsoft/VFSForGit
Virtual File System for Git: Enable Git at Enterprise Scale
morelinq/MoreLINQ
Extensions to LINQ to Objects
mathnet/mathnet-numerics
Math.NET Numerics
IronLanguages/ironpython3
Implementation of Python 3.x for .NET Framework that is built on top of the Dynamic Language Runtime.
Version Downloads Last updated
4.3.2 27,881 12/28/2024
4.3.1 2,532 12/21/2024
4.3.0 2,814 12/14/2024
4.2.2 88,169 8/31/2024
4.2.1 1,703 8/23/2024
4.2.0 815 8/22/2024
4.1.0 157,501 2/25/2024
4.0.1 47,198 12/2/2023
4.0.0 2,694 11/26/2023
3.14.0 134,483 11/3/2023
3.13.3 761,601 3/20/2022
3.13.2 825,159 4/27/2021
3.13.1 161,545 2/1/2021
3.13.0 37,164 1/7/2021
3.12.0 994,179 5/15/2019
3.11.0 396,113 10/7/2018
3.10.1 1,166,785 3/13/2018
3.10.0 2,885 3/13/2018
3.9.0 406,306 11/10/2017
3.8.1 50,385 8/29/2017
3.8.0 3,317 8/28/2017
3.7.2 54,695 7/5/2017
3.7.1 117,995 6/6/2017
3.7.0 27,927 5/30/2017
3.6.1 98,427 2/26/2017
3.6.0 335,131 1/10/2017
3.5.0 138,080 10/4/2016
3.4.1 37,724 7/1/2016
3.4.0 3,572 6/25/2016
3.2.1 12,768 4/19/2016
3.2.0 103,510 3/5/2016
3.0.1 15,112 12/2/2015
3.0.0 18,598 11/16/2015
3.0.0-rc-3 1,848 11/14/2015
3.0.0-rc-2 1,955 11/8/2015
3.0.0-rc 2,001 11/1/2015
3.0.0-beta-5 6,453 10/17/2015
3.0.0-beta-4 1,951 8/25/2015
3.0.0-beta-3 1,914 7/15/2015
3.0.0-beta-2 1,918 5/13/2015
3.0.0-beta-1 2,385 3/26/2015
3.0.0-alpha-5 1,991 1/31/2015
3.0.0-alpha-4 2,160 12/31/2014
3.0.0-alpha-3 2,067 11/29/2014
3.0.0-alpha-2 2,170 11/3/2014
3.0.0-alpha 1,968 9/23/2014
1.0.0 16,623 9/13/2013
1.0.0-beta2 2,044 8/18/2013
0.9.0 5,426 5/6/2013
0.8.0 6,210 9/14/2012
0.7.0 2,602 5/12/2012
0.6.0 3,741 2/24/2012

NUnitlite 3.0 includes many new features as well as breaking changes from previous releases of NUnitLite.


This is an alpha release and is not intended for production use.