Validation 2.2.8

Requires NuGet 2.8.3 or higher.

Install-Package Validation -Version 2.2.8
dotnet add package Validation --version 2.2.8
<PackageReference Include="Validation" Version="2.2.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Validation --version 2.2.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Validation, 2.2.8"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Validation as a Cake Addin
#addin nuget:?package=Validation&version=2.2.8

// Install Validation as a Cake Tool
#tool nuget:?package=Validation&version=2.2.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Method input validation and runtime checks that report errors or throw exceptions when failures are detected. Check out the code snippets available at https://github.com/AArnott/Validation/tree/master/My Code Snippets and make your input validation even easier with auto-completion for quoted parameter names.

Product Versions
.NETPlatform dotnet
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Validation:

Package Downloads
PCLCrypto

PCL Crypto provides a consistent, portable set of crypto APIs for .NET 4.5, Windows Phone 8.0 SL & 8.1 Xaml, Windows Store, Xamarin.iOS, Xamarin.Android. This makes it easier to create cross-platform .NET libraries and apps. Crypto functionality includes asymmetric and symmetric encryption and signatures, and key derivation. PCLCrypto calls into each native platform's crypto API for maximum performance. For RSA operations this produces a 2-100X improvement in performance on Android and iOS over using the standard RSACryptoServiceProvider API.

Version Downloads Last updated
2.2.8 0 06.02.2022

Add support for Xamarin.iOS (Unified)