StatePrinter 2.0.169

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

// Install StatePrinter as a Cake Tool
#tool nuget:?package=StatePrinter&version=2.0.169

An open source utility to turn object graphs into strings. Automate your ToString and unit tests asserts.

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

Showing the top 4 NuGet packages that depend on StatePrinter:

Package Downloads
ApprovalTests.StatePrinter

Utilities for approval object using StatePrinter (https://github.com/kbilsted/StatePrinter). For example: StatePrinterApprovals.Verify(turtle);

Auk.CsharpBootstrapper

Auk.CsharpBootstrapper Helps to bootstrap C# codes, an enhancement to DevMvcComponent

SamplePayments

Package Description

Auk.CsharpBootstrapper.Standard

Ported from Auk.CsharpBootstrapper

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.1 108,903 9/5/2017
3.0.0 65,623 4/12/2016
2.2.281-rc 1,108 7/8/2015
2.2.274-rc 917 7/8/2015
2.1.220 7,817 5/10/2015
2.1.207-rc 1,016 4/23/2015
2.1.198-rc 982 4/21/2015
2.0.169 1,126 3/28/2015
2.0.151-rc 927 3/16/2015
2.0.145-rc 849 3/14/2015
2.0.121-rc 1,317 2/23/2015
2.0.116-rc 1,321 2/22/2015
2.0.105-rc 1,036 2/14/2015
1.0.6 1,538 1/21/2015
1.0.5 1,349 1/16/2015
1.0.4 1,743 6/27/2014
1.0.1 1,472 4/1/2014

* Added assertion helper methods Stateprinter.Assert.AreEqual, Stateprinter.Assert.IsSame, Stateprinter.Assert.PrintIsSame and Stateprinter.Assert.That.
     * Added automatic write and re-write of expected values in unit tests. You provide the SUT and the call the stuff, StatePrinter providesthe expected values for your pleasurable inspection.
     * Improves the unit test experience by printing a suggested expected string as C# code.
     * Added configuration of how line-endings are generated during state printing. This is to mitigate problems due to different operating systems uses different line-endings.
     * Added a AllFieldsAndPropertiesHarvester which is able to harvest properties and fields.
     * StringConverter is now configurable with respect to quote character.
     * BREAKING CHANGE: Projective harvester is now using the AllFieldsAndPropertiesHarvester rather instead of the FieldHarvester. This means both fields and properties are now harvested.