Info
Version: | 0.0.7 |
Author(s): | Nexus Software Labs |
Last Update: | Wednesday, May 24, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ncosentino/NexusLabs.Framework/tree/master/NexusLabs.Contracts |
NuGet Url: | https://www.nuget.org/packages/NexusLabs.Contracts |
Install
Install-Package NexusLabs.Contracts
dotnet add package NexusLabs.Contracts
paket add NexusLabs.Contracts
NexusLabs.Contracts Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Often we'll write code that will check if parameters are null, or to validate string input as not being null/empty/whitespace and it results in a lot of boilerplate code. This aims to reduce that with a cleaner syntax.