Krav.Simple
0.1.0
See the version list below for details.
dotnet add package Krav.Simple --version 0.1.0
NuGet\Install-Package Krav.Simple -Version 0.1.0
<PackageReference Include="Krav.Simple" Version="0.1.0" />
paket add Krav.Simple --version 0.1.0
#r "nuget: Krav.Simple, 0.1.0"
// Install Krav.Simple as a Cake Addin #addin nuget:?package=Krav.Simple&version=0.1.0 // Install Krav.Simple as a Cake Tool #tool nuget:?package=Krav.Simple&version=0.1.0
Readable and snappy preconditions
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.
## 1.1.1
- Fixed including documentation comments in NuGet package.
## 1.1.0
- Breaking changes
- Introducing the Require.That(condition, message) method. Because of this change extensions for boolean type arguments have been deprecated. This just makes better semantic sense.
- Always throw an ArgumentNullException when an argument is null, no matter what the requirement was.
## 1.0.0
- Added support for Require.That<T>(Func<T>) to enable a more refactor-friendly approach, at the cost of some performance.