27 packages tagged with “DataAnnotation”
Forked from DataAnnotationsValidator by Mike Reust. Allows scanning object graph and validates every object using .NET standatd System.ComponentModel.DataAnnotations.Validator
Package Description
Allows scanning object graph and validates every object using .NET standatd System.ComponentModel.DataAnnotations.Validator
Valkyrie is a simple validation library that adds a number of DataAnnotations.
A validation library for .NET that delivers an high-performance and memory prudence by using lambda-based and strongly-typed rules.
The FlatValidator.DependencyInjection package extends the FlatValidator package to register all custom inherited validators in the IServiceCollection (Microsoft.Extensions.Dependencyinjection.Abstractions) automatically. A validation library for .NET that provides high performance and memory efficiency with the usage of strongly-typed and lambda-based rules.
An AntiXss attribute for Web API request models. It essentially runs the Microsoft AntiXss library against the input and fails validation if the result is different to the original value. There are ways to fine tune and relax where appropriate.
The custom extensions for DataAnnotations validation.
Wrapper for more conviently accessing the System.ComponentModel.DataAnnotations.DisplayAttribute and Enum Properties
Extended and improved version of the original DevTrends.WCFDataAnnotations library. WCFDataAnnotations allows you to automatically validate WCF service operation arguments using the validation attributes and IValidatableObject interface from System.ComponentModel.DataAnnotations.
Contains validation attributes to decorate your classes, but using umbraco dictionary as the resource.
A simple WCF validation library that uses DataAnnotations to validate incomming Request models and pushes the errors into the out going Response Model.
DynamicVNET is a .NET Standard library that was created to develop dynamic reuse validation. The main idea of the library is to apply validation rules using a declarative approach. And the rules can be used on POCO and BlackBox libraries. Also, it has rich facilities and features as Fluent API at runtime.
اعتبار سنجی های سمت کلاینت با استفاده از دیتا-انوتیشن ها و افزودن چند اتریبیوت بسیار ساده و تمیز است. برای فارسی سازی آن کافیست این کتابخانه را به پروژه اضافه کرده و متد زیر را فراخوانی کنید PersianDataAnnotationsValidator.RegisterAdapters(); برای رفع مشکلات یا ارتقا یا تغییر به آدرس زیر مراجعه کرده یا با طراحی وب ایران یک تماس بگیرید https://github.com/webdesigniran/PersianDataAnnotations
The "WCF Validation Engine" is a lightweight extensible library to support validation in WCF. It's implementation is strongly based on ASP.NET MVC Source code , that means if you has already familiar with ModelMetatadata, ModelMetadataProvider, ModelValidatorProvider, ModelValidator, you will find it works the same way. Please go to the project link to find out how to use it. Cheers
提供ADeeAttribute的节点基类
Contains common supporting code for .NET applications.
Manage localized validation (DataAnnotation attribute) and fluent validation on property value. provide Blazor <BeSwarm.Validator.BlazorValidator> for EditForm
Contains supporting code for .NET WPF applications.
Async validation and object graph validation extensions.
A simple set of attributes to help with automatically validating models sent to azure functions body
Provides basic support for item/entity models including an IIdentifed interface and some Data Annotation attributes along with interfaces for model repository support.
Contains supporting code for .NET front-end applications.
Validation library for .NET applications, based on FluentValidation.
اعتبار سنجی های سمت کلاینت با استفاده از دیتا-انوتیشن ها و افزودن چند اتریبیوت بسیار ساده و تمیز است. برای فارسی سازی آن کافیست این کتابخانه را به پروژه اضافه کرده و متد زیر را فراخوانی کنید services.AddMvc(options => options.ModelMetadataDetailsProviders.Add(new PersianDataAnnotationsCore.PersianValidationMetadataProvider())); برای رفع مشکلات یا ارتقا یا تغییر به آدرس زیر مراجعه کرده یا با طراحی وب ایران یک تماس بگیرید https://github.com/webdesigniran/PersianDataAnnotations
A set of extensions to simplify the validation in MinimalApis, inspire in Nick Chapsas