Atrico.Lib.Assertions 3.9.0

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

// Install Atrico.Lib.Assertions as a Cake Tool
#tool nuget:?package=Atrico.Lib.Assertions&version=3.9.0

Assertions (Assert.That(Value.Of())

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

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Atrico.Lib.Assertions:

Package Downloads
Atrico.Lib.Testing.EntityFramework

Testing utilites (EntityFramework)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.9.3 1,266 4/8/2018
3.9.1 1,038 4/8/2018
3.9.0 918 8/4/2017
3.8.6415.30960 893 7/25/2017
3.8.6318.37156 939 4/19/2017
3.8.6305.18634 924 4/6/2017
3.8.6294.31652 969 3/26/2017
3.7.6255.41295 956 2/15/2017
3.7.6192.22731 8,804 12/14/2016
3.7.6192.22418 983 12/14/2016
3.7.6185.27327 988 12/7/2016
3.7.6185.27261 1,006 12/7/2016
3.7.6148.19381 1,017 10/31/2016
3.7.6135.21134 991 10/18/2016
3.7.6130.22676 964 10/13/2016
3.7.6126.29415 1,005 10/9/2016
3.7.6103.23643 968 9/16/2016
3.7.6093.30284 960 9/6/2016
3.7.6088.31626 999 9/1/2016
3.7.6088.27485 985 9/1/2016
3.7.6088.23603 947 9/1/2016
3.7.6081.31399 933 8/25/2016
3.7.6081.25467 1,013 8/25/2016
3.7.6081.25248 961 8/25/2016
3.7.6045.19793 998 7/20/2016
3.7.6044.25966 1,003 7/19/2016
3.7.6044.25870 1,023 7/19/2016
3.7.6039.30539 1,203 7/14/2016
3.7.6017.26234 1,006 6/22/2016
3.7.6016.25630 1,030 6/21/2016
3.7.5944.29579 5,061 4/10/2016
3.6.5924.39215 1,519 3/21/2016
3.6.5924.38738 1,255 3/21/2016
3.6.5924.36973 1,135 3/21/2016
3.6.5924.18795 1,689 3/21/2016
3.5.5922.37994 1,282 3/19/2016
3.4.5919.25531 1,612 3/16/2016
3.4.5909.34021 1,241 3/6/2016
3.2.4 1,682 6/19/2015
3.2.3 1,320 6/19/2015
3.2.2 1,938 5/25/2015
3.2.1 1,698 4/30/2015
3.2.0 1,221 4/30/2015
3.1.0 1,208 4/10/2015
3.0.0 1,185 4/6/2015
2.1.0 1,723 1/1/2015
2.0.0 1,784 11/22/2014
1.1.0 1,906 8/6/2014
1.0.0.2 1,510 8/2/2014
1.0.0.1 1,633 7/25/2014
1.0.0 1,600 7/20/2014

3.9.0
netcore update
3.8
FormatCollection update
3.7
Assert.WithTimeout added
3.6
Property Compare constraint now takes config
3.5
Property Compare constraint added
3.4
Updated copyright year, versioning now Maj.Min.auto
3.3.0.0
Multiple .net versions
Messages without formatting (no args) can now contain {}
Collection asserts can use IEnumerable as well as IEnumerable
3.2.4.0
Update common lib
3.2.3.0
Update common lib
3.2.2.0
Update common lib
3.2.1.0
Update common lib
3.2.0.0
EqualTo now displays type in error message
3.1.0.0
Predicate added to count decorator
ValueConstraintElement base class added for convenience
(Ref)ValueModifierDecorator base classes added for convenience
NullableValueDecorator added
3.0.0.0
Big refactor, uses extension functions
Updated to Atrico.Lib.Common 1.3
2.1.0.0
Common functions moved into common lib
More detailed error message when comparing collections
2.0.0.0:
Adapters removed, only decorators now used.
Decoraters combined using lambdas and generally cleaned up
1.1.0.0:
Implemented overloads for IsEqualTo and IsEquivalentTo using custom comparers
1.0.0.2:
Fixed error message where string was treated as list of chars
Internal code tweaks - Pulled into separate projects for framework version and single solution for GitHub
Icon and project urls pointed at GitHub
1.0.0.1:
License added
Icon added
1.0.0.0:
Initial release