NContract is a design by contract library that lets you write oneliners to verify parameters in constructors and methods instead of using more verbose if statements.
Info
| Version: | 1.2.49 |
| Author(s): | Niklas Hedlund |
| Last Update: | Tuesday, July 30, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/nhedlund/ncontract |
| NuGet Url: | https://www.nuget.org/packages/NContract |
Install
Install-Package NContract
dotnet add package NContract
paket add NContract
NContract Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.1
- NETStandard.Library(>= 1.6.1)
No dependencies.
Tags