StatePrinter 2.2.281-rc
See the version list below for details.
dotnet add package StatePrinter --version 2.2.281-rc
NuGet\Install-Package StatePrinter -Version 2.2.281-rc
<PackageReference Include="StatePrinter" Version="2.2.281-rc" />
paket add StatePrinter --version 2.2.281-rc
#r "nuget: StatePrinter, 2.2.281-rc"
// Install StatePrinter as a Cake Addin #addin nuget:?package=StatePrinter&version=2.2.281-rc&prerelease // Install StatePrinter as a Cake Tool #tool nuget:?package=StatePrinter&version=2.2.281-rc&prerelease
An open source utility to turn object graphs into strings. Automate your ToString and unit tests asserts.
Product | Versions 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. |
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 | 146,168 | 9/5/2017 |
3.0.0 | 69,100 | 4/12/2016 |
2.2.281-rc | 1,140 | 7/8/2015 |
2.2.274-rc | 949 | 7/8/2015 |
2.1.220 | 8,390 | 5/10/2015 |
2.1.207-rc | 1,045 | 4/23/2015 |
2.1.198-rc | 1,012 | 4/21/2015 |
2.0.169 | 1,162 | 3/28/2015 |
2.0.151-rc | 954 | 3/16/2015 |
2.0.145-rc | 877 | 3/14/2015 |
2.0.121-rc | 1,348 | 2/23/2015 |
2.0.116-rc | 1,350 | 2/22/2015 |
2.0.105-rc | 1,064 | 2/14/2015 |
1.0.6 | 1,571 | 1/21/2015 |
1.0.5 | 1,380 | 1/16/2015 |
1.0.4 | 1,779 | 6/27/2014 |
1.0.1 | 1,512 | 4/1/2014 |
* Improved performance by 10% for curly and json outputformatters
* #28 - General 50%-70% times speed up of execution speed due to run-time code generation of reflection
* #31 - `RollingGuidValueConverter` - Unit testing data containing Guid's just became much easier
* Bugfixed the Json and Xml outputformatters when outputting dictionary/enumerables as the root element.
* Caching run-time generated getter methods.