org.igrok.validator
1.1.1
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.1
dotnet add package org.igrok.validator --version 1.1.1
<PackageReference Include="org.igrok.validator" Version="1.1.1" />
paket add org.igrok.validator --version 1.1.1
#r "nuget: org.igrok.validator, 1.1.1"
// Install org.igrok.validator as a Cake Addin
#addin nuget:?package=org.igrok.validator&version=1.1.1
// Install org.igrok.validator as a Cake Tool
#tool nuget:?package=org.igrok.validator&version=1.1.1
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
-
.NETFramework 4.0
- Newtonsoft.Json (>= 12.0.3)
-
.NETStandard 1.1
- IgnActivator (>= 1.0.0)
- Microsoft.NETCore.Platforms (>= 3.1.0)
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 12.0.3)
- System.Net.Http (>= 4.3.4)
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.