NUnitLiteCF 1.0.0

dotnet add package NUnitLiteCF --version 1.0.0
                    
NuGet\Install-Package NUnitLiteCF -Version 1.0.0
                    
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="NUnitLiteCF" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NUnitLiteCF" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="NUnitLiteCF" />
                    
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 NUnitLiteCF --version 1.0.0
                    
#r "nuget: NUnitLiteCF, 1.0.0"
                    
#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=NUnitLiteCF&version=1.0.0
                    
Install NUnitLiteCF as a Cake Addin
#tool nuget:?package=NUnitLiteCF&version=1.0.0
                    
Install NUnitLiteCF 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 the .NET Compact Framework.

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-cf is compatible.  net35-cf is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 185 9/13/2013
1.0.0-beta2 45 8/18/2013