MFUnit 0.4.0

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

.Net Micro Framework Unit Testing Library

Product Compatible and additional computed target framework versions.
.NET Micro Framework netmf41 is compatible.  netmf42 is compatible.  netmf43 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
0.4.0 221 10/15/2014
0.3.0 79 1/12/2014
0.2.0 50 4/3/2012
0.1.0 51 4/2/2012

Simplified the bootstrapper for test runs by determining the test assembly in the TestApplication constructor.