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)
                            
                        Dependencies
                                         .NETFramework 4.7 
                                        
                    - No dependencies. 
- NETStandard.Library(>= 1.6.1)
- No dependencies. 
- No dependencies. 
- Microsoft.NETCore.App(>= 1.1.2)
- No dependencies. 
Tags
 
                
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.