TestConsole 1.0.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package TestConsole --version 1.0.8
NuGet\Install-Package TestConsole -Version 1.0.8
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="TestConsole" Version="1.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TestConsole --version 1.0.8
#r "nuget: TestConsole, 1.0.8"
#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.
// Install TestConsole as a Cake Addin
#addin nuget:?package=TestConsole&version=1.0.8

// Install TestConsole as a Cake Tool
#tool nuget:?package=TestConsole&version=1.0.8

A library designed to allow unit tests to write formatted output using a simple but powerful interface. Very good for use with ApprovalTests.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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. 
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 (2)

Showing the top 2 NuGet packages that depend on TestConsole:

Package Downloads
SnapshotTests

SnapshotTests is a library that supports TDD by allowing snapshots to be taken of datasets before and after a test operation. The differences between the snapshots can be computed and formatted for approval. The library relies on TestConsole for formatting and the approval mechanism.

VMTest

Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.6.0 1,294 10/3/2021
2.5.2-beta 1,047 11/29/2020
2.5.1-beta 903 11/14/2020
2.5.0 1,446 10/18/2020
2.3.3-beta 1,005 8/26/2020
2.3.2-beta 1,036 8/15/2020
2.3.1-beta 1,057 8/12/2020
2.3.0 1,151 7/19/2020
2.2.1 1,249 3/8/2020
2.2.0 1,145 3/1/2020
2.1.1 1,429 10/13/2019
2.1.0 1,169 10/13/2019
2.0.2 1,248 8/3/2019
2.0.1 1,175 7/30/2019
2.0.0 1,542 10/10/2018
1.0.9 1,629 5/6/2018
1.0.8 2,285 9/27/2015
1.0.7 1,948 9/25/2015
1.0.5 2,234 8/8/2015
1.0.4 2,458 8/3/2015
1.0.3 2,175 8/3/2015
1.0.2 1,913 7/9/2015
1.0.1.3 1,925 7/6/2015
1.0.1.2 1,920 7/5/2015
1.0.1.1 1,835 6/17/2015
1.0.1 1,909 6/11/2015
1.0.0 1,944 5/27/2015

Added support for IEnumerable properties in the ObjectReporter.