Info
Version: | 0.1.0 |
Author(s): | Thomas Anderson |
Last Update: | Sunday, April 8, 2018 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/ExpressiveAnnotationsCore |
Install
Install-Package ExpressiveAnnotationsCore
dotnet add package ExpressiveAnnotationsCore
paket add ExpressiveAnnotationsCore
ExpressiveAnnotationsCore Download (Unzip the "nupkg" after downloading)
Dependencies
- ExpressiveAnnotationsCore.dll(>= 0.1.0)
- Microsoft.AspNetCore.All(>= 2.0.6)
Tags
Given attributes, powered by expressions engine, allow to forget about imperative way of step-by-step implementation 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:
- ExpressiveAnnotationsCore.dll - assembly with validation attributes powered by expressions engine,
- ExpressiveAnnotations.MvcCoreUnobtrusive.dll - assembly with model validators for ASP.NET Core MVC,
- expressive.annotations.validate.js - unobtrusive validation script.