Validation 2.2.5
See the version list below for details.
Requires NuGet 2.8.3 or higher.
dotnet add package Validation --version 2.2.5
NuGet\Install-Package Validation -Version 2.2.5
<PackageReference Include="Validation" Version="2.2.5" />
paket add Validation --version 2.2.5
#r "nuget: Validation, 2.2.5"
// Install Validation as a Cake Addin
#addin nuget:?package=Validation&version=2.2.5
// Install Validation as a Cake Tool
#tool nuget:?package=Validation&version=2.2.5
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 |
-
.NETFramework 0.0
- No dependencies.
-
.NETPlatform 5.0
- System.Diagnostics.Debug (>= 4.0.0)
- System.Diagnostics.Tools (>= 4.0.0)
- System.Globalization (>= 4.0.0)
- System.Linq (>= 4.0.0)
- System.Reflection (>= 4.0.0)
- System.Resources.ResourceManager (>= 4.0.0)
- System.Runtime (>= 4.0.10)
- System.Threading.Tasks (>= 4.0.0)
-
All Frameworks
- No dependencies.
-
MonoAndroid 0.0
- No dependencies.
-
MonoTouch 0.0
- No dependencies.
-
Silverlight 0.0
- No dependencies.
-
Windows 0.0
- No dependencies.
-
WindowsPhone 0.0
- No dependencies.
-
WindowsPhoneApp 0.0
- No dependencies.
-
Xamarin.iOS 0.0
- No dependencies.
NuGet packages (95)
Showing the top 5 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. |
|
Microsoft.Diagnostics.EventFlow.Core
Defines core interfaces and types that comprise Microsoft.Diagnostics.EventFlow library. |
|
Microsoft.Diagnostics.EventFlow.EtwUtilities
Provides utility classes for processing data from Event Tracing for Windows (ETW) providers. |
|
Microsoft.Diagnostics.EventFlow.Outputs.EventHub
Provides an output implementation that sends diagnostics data to Azure Event Hubs. |
|
DotNetOpenAuth.Mvc5
Provides the HttpResponseMessage.AsActionResult() extension method. |
GitHub repositories (28)
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.
|
|
xamarin/XamarinComponents
Plugins for Xamarin
|
|
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.
|
|
DotNetOpenAuth/DotNetOpenAuth
A C# implementation of the OpenID, OAuth protocols
|
Version | Downloads | Last updated |
---|---|---|
2.6.13-beta | 3,861 | 12/25/2021 |
2.6.7-beta | 344 | 10/1/2021 |
2.5.51 | 364,928 | 12/29/2021 |
2.5.42 | 229,869 | 7/5/2021 |
2.5.5-beta | 19,783 | 9/25/2020 |
2.4.22 | 1,863,165 | 3/26/2019 |
2.4.18 | 16,017,002 | 10/31/2017 |
2.4.17 | 7,734 | 10/29/2017 |
2.4.15 | 2,139,894 | 3/15/2017 |
2.4.15-g8377954d86 | 7,355 | 3/15/2017 |
2.4.13 | 196,060 | 3/5/2017 |
2.4.10 | 13,564 | 2/25/2017 |
2.4.9 | 29,892 | 2/21/2017 |
2.4.7 | 8,546 | 2/17/2017 |
2.3.7 | 810,371 | 8/14/2016 |
2.3.5 | 24,095 | 7/30/2016 |
2.2.8 | 2,972,977 | 10/10/2015 |
2.2.5 | 8,321 | 10/8/2015 |
2.2.4 | 8,578 | 10/6/2015 |
2.0.6.15003 | 824,192 | 1/4/2015 |
2.0.5.14286 | 38,588 | 10/14/2014 |
2.0.4.14103 | 214,202 | 4/14/2014 |
2.0.3.13323 | 234,290 | 11/19/2013 |
2.0.2.13022 | 471,567 | 1/22/2013 |
2.0.1.12362 | 11,933 | 12/27/2012 |
2.0.0.12319 | 67,883 | 11/15/2012 |
1.0.0.12259 | 10,064 | 9/15/2012 |
Add support for Xamarin.iOS (Unified)