Atrico.Lib.Assertions 3.0.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.0.0
                    
NuGet\Install-Package Atrico.Lib.Assertions -Version 3.0.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.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Atrico.Lib.Assertions" Version="3.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Atrico.Lib.Assertions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Atrico.Lib.Assertions --version 3.0.0
                    
#r "nuget: Atrico.Lib.Assertions, 3.0.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.
#:package Atrico.Lib.Assertions@3.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Atrico.Lib.Assertions&version=3.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Atrico.Lib.Assertions&version=3.0.0
                    
Install as a Cake Tool

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 is compatible.  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,675 4/8/2018
3.9.1 1,402 4/8/2018
3.9.0 1,181 8/4/2017
3.8.6415.30960 1,155 7/25/2017
3.8.6318.37156 1,200 4/19/2017
3.8.6305.18634 1,186 4/6/2017
3.8.6294.31652 1,235 3/26/2017
3.7.6255.41295 1,216 2/15/2017
3.7.6192.22731 10,736 12/14/2016
3.7.6192.22418 1,250 12/14/2016
3.7.6185.27327 1,250 12/7/2016
3.7.6185.27261 1,271 12/7/2016
3.7.6148.19381 1,283 10/31/2016
3.7.6135.21134 1,257 10/18/2016
3.7.6130.22676 1,229 10/13/2016
3.7.6126.29415 1,269 10/9/2016
3.7.6103.23643 1,232 9/16/2016
3.7.6093.30284 1,227 9/6/2016
3.7.6088.31626 1,268 9/1/2016
3.7.6088.27485 1,251 9/1/2016
3.7.6088.23603 1,213 9/1/2016
3.7.6081.31399 1,210 8/25/2016
3.7.6081.25467 1,271 8/25/2016
3.7.6081.25248 1,233 8/25/2016
3.7.6045.19793 1,267 7/20/2016
3.7.6044.25966 1,273 7/19/2016
3.7.6044.25870 1,291 7/19/2016
3.7.6039.30539 1,468 7/14/2016
3.7.6017.26234 1,264 6/22/2016
3.7.6016.25630 1,299 6/21/2016
3.7.5944.29579 5,487 4/10/2016
3.6.5924.39215 1,803 3/21/2016
3.6.5924.38738 1,529 3/21/2016
3.6.5924.36973 1,407 3/21/2016
3.6.5924.18795 1,987 3/21/2016
3.5.5922.37994 1,564 3/19/2016
3.4.5919.25531 1,902 3/16/2016
3.4.5909.34021 1,527 3/6/2016
3.2.4 1,967 6/19/2015
3.2.3 1,593 6/19/2015
3.2.2 2,251 5/25/2015
3.2.1 1,999 4/30/2015
3.2.0 1,497 4/30/2015
3.1.0 1,487 4/10/2015
3.0.0 1,471 4/6/2015
2.1.0 2,003 1/1/2015
2.0.0 2,066 11/22/2014
1.1.0 2,193 8/6/2014
1.0.0.2 1,790 8/2/2014
1.0.0.1 1,910 7/25/2014
1.0.0 1,886 7/20/2014

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