55 packages tagged with “Validations”
CreditCardValidator helps you validate credit card numbers, identify its issuer (Visa, Mastercard, etc), verify length, prefixes and check it through the Luhn algorithm. It can also generate random credit card numbers for testing purposes.
This package contains validation extensions used by other CodeGator packages. Platforms supported: .NET 6.x or above
Package pour faciliter les validations.
A flexible, simple, and powerful way to validate and guard your data. It provides a variety of user-defined validators that allow you to use LINQ to validate your data, in addition to hundreds of built-in validators. And it allows you to write your own custom validators and use them in your project without modifying this library.
Fluent Validation Utilities
prmToolkit É um projeto responsável por dar apoio a outros projetos. # ArgumentsValidator Classe responsável por gerenciar validações de argumentos. VANTAGENS >Podemos realizar validações indivíduais ou em grupos >É possível levantar uma exceção ou captura-las
This package contains some useful tools such as: - String Extensions - Date Extensions - List Extensions - Enum Extensions - Exception Extension - CustomExceptions with Unique ID and Error Codes - Type Converters - Generics Conversion - Json serializer and parser - Password generator - Validations (Date, Email, CPF, CNPJ and others) - Json reader from text files
A tiny helper for writing .NET Core applications. This library provides a simple set of extension methods that you can use to perform common validations and conversions in C#.
Valid8R is an extension library that provides functionality to assert and verify test data.
MVVM Framework for WPF
Validaciones para multi proveedores.
Utils to help validation of the objects
Set of classes for to do domain and asserts validations.
Provides additional constants for libraries based on validations
.NET package to check the password strength of a certain passphrase. A password strength checker based from RegEx (Regulax Expression).
Package with useful validations
A package containing several validations related utilities.
Extensions to System.Object for inline validations against various rules.
Helpers, extensions and utilities to work with guard clause
Silverlight like textbox validations for Windows Phone 8. Adding a simple behavior to your textbox you can make text validations with regular expressions, numeric / non numeric or not empty conditions. Also you can control when the validation is realized: on loaded, on keypress, on tapped, on lost focus...
This package contains Blazored fluent validation extensions used by the CG.Blazor.Forms package. Platforms supported: .NET 6.x or above
Core functionality to handle model validation. Allows you to add and list errors mapped to objects and its fields
Core Mapping library
Contém um helper que facilita o desenvolvimento. - .Net Framework 3.5+
AspNetCore Extension of Mobiroller Model Validations.
A validations library for automating both client-side and server-side validations. Sample usage: Add the validator attributes to the properties of the data record class. These defines the validation rules. public class Employee { [StringValidator("First Name", 5, 50, IsRequired = true)] public String FirstName { get; set; } [DoubleValidator("Rating", 0.0, 5.0, IsRequired = true)] public Single Rating { get; set; } [DateValidator("Date Employed", "2017-07-05")] public DateTime DateEmployed { get; set; } } To start the validation, call the Validate() function on the class instance that contains data to be validated. var validation = RockFluid.ScissorValidations.Validator.Validate(p); The validation result contains information if the validation found issues, with the list of validation results. Refer to the wiki for how to configure in more detail: https://github.com/johnkevincheng/ScissorValidations/wiki 1.0.1 Validate() overload without need for a mapping dictionary. This can only validate data already copied to the class object, thus cannot validate from the user interface, but can be useful for import sources. 1.0.0 Initial release.
My package description.
Silverlight like textbox validations for Windows 8. Adding a simple behavior to your textbox you can make text validations with regular expressions, numeric / non numeric or not empty conditions. Also you can control when the validation is realized: on loaded, on keypress, on tapped, on lost focus...