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" />
paket add Validation --version 2.2.8
#r "nuget: Validation, 2.2.8"
// 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
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.0)
- System.Threading.Tasks (>= 4.0.0)
-
All Frameworks
- No dependencies.
-
MonoAndroid 0.0
- No dependencies.
-
MonoTouch 0.0
- No dependencies.
-
Silverlight 5.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 (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)