org.igrok.validator
1.1.6
Validators for data types that are not available in c# apis
See the version list below for details.
Install-Package org.igrok.validator -Version 1.1.6
dotnet add package org.igrok.validator --version 1.1.6
<PackageReference Include="org.igrok.validator" Version="1.1.6" />
paket add org.igrok.validator --version 1.1.6
#r "nuget: org.igrok.validator, 1.1.6"
// Install org.igrok.validator as a Cake Addin
#addin nuget:?package=org.igrok.validator&version=1.1.6
// Install org.igrok.validator as a Cake Tool
#tool nuget:?package=org.igrok.validator&version=1.1.6
Package contains following validators:
EmailValidator
VatValidator
both throw exceptions if invalid data is given and does not throw any if data is valid
Vat validation is a beta feature for any issues or inconsistencies please contact me via nuget.org
Usage:
Call EmailValidator.ActivateAsync(<your e-mail>) or VatValidator.ActivateAsync(<your e-mail>) to be able to use validation, it'll assign you a free key useable for any other igrok-net products
Package contains following validators:
EmailValidator
VatValidator
both throw exceptions if invalid data is given and does not throw any if data is valid
Vat validation is a beta feature for any issues or inconsistencies please contact me via nuget.org
Usage:
Call EmailValidator.ActivateAsync(<your e-mail>) or VatValidator.ActivateAsync(<your e-mail>) to be able to use validation, it'll assign you a free key useable for any other igrok-net products
Release Notes
In current version Vat validation does not work for all countries and used as experimental feature
Dependencies
-
.NETCoreApp 1.0
- IgnActivator (>= 1.1.0)
- Microsoft.NETCore.App (>= 1.0.5)
- Microsoft.NETCore.Platforms (>= 3.1.0)
- Newtonsoft.Json (>= 12.0.3)
-
.NETFramework 4.0
- IgnActivator (>= 1.1.0)
- Newtonsoft.Json (>= 12.0.3)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.