NCheck 1.1.0
See the version list below for details.
dotnet add package NCheck --version 1.1.0
NuGet\Install-Package NCheck -Version 1.1.0
<PackageReference Include="NCheck" Version="1.1.0" />
paket add NCheck --version 1.1.0
#r "nuget: NCheck, 1.1.0"
// Install NCheck as a Cake Addin #addin nuget:?package=NCheck&version=1.1.0 // Install NCheck as a Cake Tool #tool nuget:?package=NCheck&version=1.1.0
Provides object checking features primarily used for state based testing
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 (1)
Showing the top 1 NuGet packages that depend on NCheck:
Package | Downloads |
---|---|
EnergyTrading.Test
Contains base test library and helpers |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.0.0 | 3,795 | 11/21/2019 |
3.0.0 | 10,120 | 5/10/2018 |
2.3.1 | 5,567 | 11/6/2017 |
2.3.0 | 1,295 | 5/29/2017 |
2.2.3 | 1,153 | 4/18/2017 |
2.2.2 | 1,235 | 2/16/2017 |
2.2.1 | 1,350 | 11/4/2016 |
2.2.0 | 1,858 | 5/28/2015 |
2.1.0 | 2,070 | 7/28/2014 |
2.0.0 | 1,419 | 6/29/2014 |
1.2.0 | 1,398 | 6/28/2014 |
1.1.0 | 1,383 | 6/20/2014 |
1.0.0 | 1,541 | 5/16/2014 |
Change default builder to CheckerBuilder from NullCheckerBuilder
Refactor TypeCompareTargeter to be more modular and allow registration of custom functions.
Introduced IPropertyCompareTargeter/PropertyCompareTargeter to allow for property-based overrides
Introduced CheckerFactory.Convention methods as helpers for registering both type and property based overrides