EnsureFramework
A simple framework to ensure variables and parameters
Hello
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.
Get it!
EnsureFramework is available on NuGet. Just run the required command below:
PM> Install-Package EnsureFramework -Version 1.3.0