Validation 2.0.3.13323
See the version list below for details.
dotnet add package Validation --version 2.0.3.13323
NuGet\Install-Package Validation -Version 2.0.3.13323
<PackageReference Include="Validation" Version="2.0.3.13323" />
paket add Validation --version 2.0.3.13323
#r "nuget: Validation, 2.0.3.13323"
// Install Validation as a Cake Addin #addin nuget:?package=Validation&version=2.0.3.13323 // Install Validation as a Cake Tool #tool nuget:?package=Validation&version=2.0.3.13323
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.
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 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 (29)
Showing the top 5 popular GitHub repositories that depend on Validation:
Repository | Stars |
---|---|
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.
|
|
xamarin/xamarin-forms-samples
Sample apps built using the Xamarin.Forms framework
|
|
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.5.5-beta | 0 | 3/8/2021 |
2.4.22 | 1 | 3/8/2021 |
2.4.18 | 33,082 | 3/8/2021 |
2.4.17 | 0 | 3/8/2021 |
2.4.15 | 4,876 | 3/8/2021 |
2.4.15-g8377954d86 | 0 | 3/8/2021 |
2.4.13 | 5 | 3/8/2021 |
2.4.10 | 0 | 3/8/2021 |
2.4.9 | 2 | 3/8/2021 |
2.4.7 | 0 | 3/8/2021 |
2.3.7 | 10 | 3/8/2021 |
2.3.5 | 0 | 3/8/2021 |
2.2.8 | 5,683 | 10/10/2015 |
2.2.5 | 242 | 10/8/2015 |
2.2.4 | 337 | 10/6/2015 |
2.0.6.15003 | 22,503 | 1/4/2015 |
2.0.5.14286 | 5,665 | 10/14/2014 |
2.0.4.14103 | 7,230 | 4/14/2014 |
2.0.3.13323 | 8,521 | 11/19/2013 |
2.0.2.13022 | 31,365 | 1/22/2013 |
2.0.1.12362 | 1,638 | 12/27/2012 |
2.0.0.12319 | 2,094 | 11/15/2012 |
1.0.0.12259 | 255 | 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.