RequireThat 1.1.0.24690
dotnet add package RequireThat --version 1.1.0.24690
NuGet\Install-Package RequireThat -Version 1.1.0.24690
<PackageReference Include="RequireThat" Version="1.1.0.24690" />
<PackageVersion Include="RequireThat" Version="1.1.0.24690" />
<PackageReference Include="RequireThat" />
paket add RequireThat --version 1.1.0.24690
#r "nuget: RequireThat, 1.1.0.24690"
#:package RequireThat@1.1.0.24690
#addin nuget:?package=RequireThat&version=1.1.0.24690
#tool nuget:?package=RequireThat&version=1.1.0.24690
A simple guard clause library
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.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.