QDARC.Assert 1.0.7

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

// Install QDARC.Assert as a Cake Tool
#tool nuget:?package=QDARC.Assert&version=1.0.7

Assertion library that follows pattern actual.Should(expected). Its not specific to any test engine.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.8 1,089 1/7/2018
1.0.7 963 12/22/2017
1.0.6 955 12/8/2017

Renamed namespace to remove name conflict.
     Added ShouldNotBeTheSameInstance, AllCorrespondingElementsShouldBeSameInstance