EnsureFramework NuGet Package

EnsureFramework is designed to take the pain out of null checking and making sure (ensuring) your methods are being used the way they were intended and throwing exceptions when unsupported values are passed to them.

You can make sure values are in a specific range or simply make sure that an argument is not null.

It was designed to be readable and fluent based, meaning you can chain ensurables together and the first one that fails will result in the exception.




Got any EnsureFramework Question?





Info

Version: 1.3.2
Author(s): Michael Coxon
Last Update: Tuesday, October 22, 2019
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/michaelcoxon/EnsureFramework
NuGet Url: https://www.nuget.org/packages/EnsureFramework


Install
Install-Package EnsureFramework
dotnet add package EnsureFramework
paket add EnsureFramework
EnsureFramework Download (Unzip the "nupkg" after downloading)

.NETFramework 4.7
  • No dependencies.
.NETStandard 1.6 .NETStandard 2.0
  • No dependencies.
net46
  • No dependencies.
netcoreapp1.1 netcoreapp2.0
  • No dependencies.


Tags



STATS

must-have-score

.3

avg-downloads-per-day

1

days-since-last-release

1646