tsUnit 3.7.1

dotnet add package tsUnit --version 3.7.1
                    
NuGet\Install-Package tsUnit -Version 3.7.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="tsUnit" Version="3.7.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="tsUnit" Version="3.7.1" />
                    
Directory.Packages.props
<PackageReference Include="tsUnit" />
                    
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 tsUnit --version 3.7.1
                    
#r "nuget: tsUnit, 3.7.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.
#:package tsUnit@3.7.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=tsUnit&version=3.7.1
                    
Install as a Cake Addin
#tool nuget:?package=tsUnit&version=3.7.1
                    
Install as a Cake Tool

An xUnit style framework for TypeScript with auto-discovery, async tests, and assertions.

Product Compatible and additional computed target framework versions.
.NET Framework net 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.

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
3.7.1 1,033 10/15/2020
2.1.0 2,372 6/23/2018
2.0.11 23,544 6/4/2017
2.0.10 1,903 9/13/2016
2.0.9 1,643 9/13/2016
2.0.7 1,659 9/13/2016
2.0.6 1,686 9/5/2016
2.0.3 2,426 7/10/2016
2.0.2 3,243 7/10/2016
2.0.1 26,848 10/13/2015
2.0.0 2,030 10/3/2015
1.9.0 2,032 9/23/2015
1.8.0 23,982 5/21/2015
1.7.3 2,068 11/28/2014
1.7.0 2,011 11/22/2014
1.6.0 2,246 11/12/2014
1.5.6 2,115 11/11/2014
1.5.5 2,297 11/11/2014
1.5.4 2,622 11/7/2014
1.5.3 2,041 11/6/2014
1.5.2 2,029 11/6/2014
1.5.1 2,886 11/1/2014
1.5.0 2,848 11/1/2014

Updated TS version