Found 245 packages
ASP.NET Core MVC metadata and validation system using System.ComponentModel.DataAnnotations.
Provides additional DataAnnotations specific functionality related to Options.
Provides attributes that are used to define metadata for objects used as data sources. Commonly Used Types: System.ComponentModel.DataAnnotations.ValidationResult System.ComponentModel.DataAnnotations.IValidatableObject System.ComponentModel.DataAnnotations.ValidationAttribute System.ComponentModel.DataAnnotations.RequiredAttribute System.ComponentModel.DataAnnotations.StringLengthAttribute System.ComponentModel.DataAnnotations.DisplayAttribute System.ComponentModel.DataAnnotations.RegularExpressionAttribute System.ComponentModel.DataAnnotations.DataTypeAttribute System.ComponentModel.DataAnnotations.RangeAttribute System.ComponentModel.DataAnnotations.KeyAttribute When using NuGet 3.x this package requires at least version 3.4.
A portable library for the DataAnnotations namespace. Reduced surface area matches the Silverlight SDK version of DataAnnotations, with additions of some classes.
Extends the System.ComponentModel.DataAnnotations namespace with common Core Functionality.
DataAnnotations to validate VAT codes, social security numbers or tin numbers.
Adds Data Annotation validation support to Nancy.
Some helper functions for System.ComponentModel.DataAnnotations
Atrybut walidacji numeru PESEL oparty o System.ComponentModel.DataAnnotations.
A minimalist validation library built atop the existing validation features in .NET's `System.ComponentModel.DataAnnotations` namespace.
Provides additional informational and validation attributes that can be used during model binding.
HermaFx DataAnnotations assembly
Help methods, data annotations, extensions, enumerations and options classes.
ExpressiveAnnotations is a small .NET and JavaScript library which provides full-stack, annotation-based, conditional validation mechanisms. Given attributes, powered by expressions engine, allow to forget about imperative way of step-by-step verification of validation conditions in many cases. Since fields validation requirements are applied as metadata, domain-related code is more condensed. This package contains 3 components: - ExpressiveAnnotations.dll - assembly with validation attributes powered by expressions engine, - ExpressiveAnnotations.MvcUnobtrusive.dll - assembly with model validators for ASP.NET MVC, - expressive.annotations.validate.js - unobtrusive validation script.
Attributes classes for decorating various code entities
DataAnnotations extension system for AspectCore Framework.
Uses System.ComponentModel.DataAnnotations to validate arguments
Message validation using DataAnnotations.
A portable library for the DataAnnotations namespace. Reduced surface area matches the Silverlight SDK version of DataAnnotations, with additions of some classes.
This is a customization of System.ComponentModel.Annotations. Sources have been forked from https://github.com/dotnet/corefx/releases/tag/v1.1.8 then customized by Ole Consignado in order to meet it needs. Original sources should be found at: https://github.com/dotnet/corefx/tree/v1.1.8/src/System.ComponentModel.Annotations