Validation 2.2.8

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.8.3 or higher.

dotnet add package Validation --version 2.2.8
                    
NuGet\Install-Package Validation -Version 2.2.8
                    
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="Validation" Version="2.2.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Validation" Version="2.2.8" />
                    
Directory.Packages.props
<PackageReference Include="Validation" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Validation --version 2.2.8
                    
#r "nuget: Validation, 2.2.8"
                    
#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.
#:package Validation@2.2.8
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Validation&version=2.2.8
                    
Install as a Cake Addin
#tool nuget:?package=Validation&version=2.2.8
                    
Install as a Cake Tool

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 Compatible and additional computed target framework versions.
.NET Framework net2013 is compatible.  net2015 is compatible. 
.NETPlatform dotnet is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Validation:

Package Downloads
Xunit.SkippableFact

Make your Xunit test methods self-determine to report a "skipped" result. Useful for such cases as "not supported on this platform" results or other environmental inputs.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.5.5-beta 2 3/8/2021
2.4.22 6 3/8/2021
2.4.18 33,098 3/8/2021
2.4.17 2 3/8/2021
2.4.15 4,878 3/8/2021
2.4.15-g8377954d86 3 3/8/2021
2.4.13 6 3/8/2021
2.4.10 1 3/8/2021
2.4.9 5 3/8/2021
2.4.7 3 3/8/2021
2.3.7 12 3/8/2021
2.3.5 2 3/8/2021
2.2.8 5,685 10/10/2015
2.2.5 244 10/8/2015
2.2.4 339 10/6/2015
2.0.6.15003 22,506 1/4/2015
2.0.5.14286 5,667 10/14/2014
2.0.4.14103 7,233 4/14/2014
2.0.3.13323 8,522 11/19/2013
2.0.2.13022 31,368 1/22/2013
2.0.1.12362 1,641 12/27/2012
2.0.0.12319 2,098 11/15/2012
1.0.0.12259 256 9/15/2012

Add support for Xamarin.iOS (Unified)