Atrico.Lib.Assertions 2.1.0

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

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

Assertion constraint for use like: Assert.That(item, constraint)

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

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,251 4/8/2018
3.9.1 1,036 4/8/2018
3.9.0 916 8/4/2017
3.8.6415.30960 891 7/25/2017
3.8.6318.37156 937 4/19/2017
3.8.6305.18634 922 4/6/2017
3.8.6294.31652 967 3/26/2017
3.7.6255.41295 954 2/15/2017
3.7.6192.22731 8,435 12/14/2016
3.7.6192.22418 981 12/14/2016
3.7.6185.27327 986 12/7/2016
3.7.6185.27261 1,004 12/7/2016
3.7.6148.19381 1,015 10/31/2016
3.7.6135.21134 989 10/18/2016
3.7.6130.22676 963 10/13/2016
3.7.6126.29415 1,003 10/9/2016
3.7.6103.23643 967 9/16/2016
3.7.6093.30284 960 9/6/2016
3.7.6088.31626 999 9/1/2016
3.7.6088.27485 983 9/1/2016
3.7.6088.23603 945 9/1/2016
3.7.6081.31399 931 8/25/2016
3.7.6081.25467 1,011 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,060 4/10/2016
3.6.5924.39215 1,518 3/21/2016
3.6.5924.38738 1,253 3/21/2016
3.6.5924.36973 1,133 3/21/2016
3.6.5924.18795 1,687 3/21/2016
3.5.5922.37994 1,281 3/19/2016
3.4.5919.25531 1,610 3/16/2016
3.4.5909.34021 1,240 3/6/2016
3.2.4 1,681 6/19/2015
3.2.3 1,317 6/19/2015
3.2.2 1,931 5/25/2015
3.2.1 1,687 4/30/2015
3.2.0 1,210 4/30/2015
3.1.0 1,201 4/10/2015
3.0.0 1,179 4/6/2015
2.1.0 1,722 1/1/2015
2.0.0 1,781 11/22/2014
1.1.0 1,903 8/6/2014
1.0.0.2 1,508 8/2/2014
1.0.0.1 1,631 7/25/2014
1.0.0 1,596 7/20/2014

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