Validation 2.0.4.14103

There is a newer version of this package available.
See the version list below for details.
dotnet add package Validation --version 2.0.4.14103
NuGet\Install-Package Validation -Version 2.0.4.14103
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.0.4.14103" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Validation --version 2.0.4.14103
#r "nuget: Validation, 2.0.4.14103"
#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 Validation as a Cake Addin
#addin nuget:?package=Validation&version=2.0.4.14103

// Install Validation as a Cake Tool
#tool nuget:?package=Validation&version=2.0.4.14103

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%20Code%20Snippets and make your input validation even easier with auto-completion for quoted parameter names.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (80)

Showing the top 5 NuGet packages that depend on Validation:

Package Downloads
Xunit.SkippableFact The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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.

Microsoft.Diagnostics.EventFlow.Core The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Defines core interfaces and types that comprise Microsoft.Diagnostics.EventFlow library.

Microsoft.Diagnostics.EventFlow.EtwUtilities The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Provides utility classes for processing data from Event Tracing for Windows (ETW) providers.

Microsoft.Diagnostics.EventFlow.Outputs.EventHub The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Provides an output implementation that sends diagnostics data to Azure Event Hubs.

ImmutableTrie

Immutable collections that use trie as their internal data structure, and provide a direct replacement for the .net's implementation of ImmutableList and ImmutableDictionary

GitHub repositories (29)

Showing the top 5 popular GitHub repositories that depend on Validation:

Repository Stars
xamarin/xamarin-forms-samples
Sample apps built using the Xamarin.Forms framework
mono/SkiaSharp
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
dotnet/pinvoke
A library containing all P/Invoke code so you don't have to import it every time. Maintained and updated to support the latest Windows OS.
aws/aws-sdk-net
The official AWS SDK for .NET. For more information on the AWS SDK for .NET, see our web site:
xamarin/XamarinComponents
Plugins for Xamarin
Version Downloads Last updated
2.6.13-beta 19,825 12/25/2021
2.6.7-beta 508 10/1/2021
2.5.51 1,057,806 12/29/2021
2.5.42 371,875 7/5/2021
2.5.5-beta 23,771 9/25/2020
2.4.22 2,331,352 3/26/2019
2.4.18 27,296,137 10/31/2017
2.4.17 7,928 10/29/2017
2.4.15 2,512,421 3/15/2017
2.4.15-g8377954d86 7,480 3/15/2017
2.4.13 251,446 3/5/2017
2.4.10 13,775 2/25/2017
2.4.9 31,980 2/21/2017
2.4.7 9,694 2/17/2017
2.3.7 877,172 8/14/2016
2.3.5 37,266 7/30/2016
2.2.8 3,356,119 10/10/2015
2.2.5 8,711 10/8/2015
2.2.4 8,961 10/6/2015
2.0.6.15003 967,197 1/4/2015
2.0.5.14286 44,033 10/14/2014
2.0.4.14103 232,841 4/14/2014
2.0.3.13323 270,523 11/19/2013
2.0.2.13022 627,833 1/22/2013
2.0.1.12362 12,759 12/27/2012
2.0.0.12319 81,237 11/15/2012
1.0.0.12259 11,360 9/15/2012

v2.0.3 adds targetability of Xamarin MonoTouch and MonoAndroid.
v2.0.2 corrects an error message and adds code snippets.
v2.0.1 allows partially trusted callers.