Bytes2you.Validation
1.3.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Bytes2you.Validation --version 1.3.0
NuGet\Install-Package Bytes2you.Validation -Version 1.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Bytes2you.Validation" Version="1.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bytes2you.Validation --version 1.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Bytes2you.Validation, 1.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Bytes2you.Validation as a Cake Addin #addin nuget:?package=Bytes2you.Validation&version=1.3.0 // Install Bytes2you.Validation as a Cake Tool #tool nuget:?package=Bytes2you.Validation&version=1.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Fast, extensible, intuitive and easy-to-use C# portable library providing fluent APIs for argument validation. Gives everything you need to implement defensive programming in your .NET application
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Bytes2you.Validation:
Package | Downloads |
---|---|
gdyrra.dotnet.retry
A simple retry mechanism for .net |
GitHub repositories
This package is not used by any popular GitHub repositories.
- Extensibility improvements through exposing some existing APIs.
- Introduced IsEqual IsNotEqual for string with comparison types.