Info
| Version: | 1.1.0 |
| Author(s): | Geoffrey Huntley, S. van Deursen, Noman Khalid |
| Last Update: | Tuesday, September 19, 2017 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/mnaumank/conditions |
| NuGet Url: | https://www.nuget.org/packages/Conditions.NetStandard |
Install
Install-Package Conditions.NetStandard
dotnet add package Conditions.NetStandard
paket add Conditions.NetStandard
Conditions.NetStandard Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
Tags
Conditions is cross platform .NET standard 1.1 library helps developers to write pre- and postcondition validations in a fluent manner. Writing these validations is easy and it improves the readability and maintainability of code.