psmake.mod.testing 1.3.1.1

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

A testing module for PsMake, allowing to execute nunit/nunit3/mbunit/mstest/xunit/dotnet tests with optional coverage check

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.1.1 1,427 10/19/2017
1.3.1 2,654 2/27/2017
1.3.0 1,172 1/23/2017
1.2.1 1,109 1/12/2017
1.2.0 1,130 1/12/2017
1.1.0 2,230 6/14/2016
1.0.1 1,913 6/21/2015
1.0.0 1,300 4/7/2015

Functions:
  (Change) Run-OpenCover: added $profiler argument to support windows Local System account