UoN.ExpressiveAnnotations.NetCore
1.0.0
Fork of Jarosław Waliszko's Expressive Annotations .NET library, adding support for client-side validation in .NET Core. Expressive Annotations provides new flexible and powerful model validation attributes, to add to the attributes built in to .NET.
Install-Package UoN.ExpressiveAnnotations.NetCore -Version 1.0.0
dotnet add package UoN.ExpressiveAnnotations.NetCore --version 1.0.0
<PackageReference Include="UoN.ExpressiveAnnotations.NetCore" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add UoN.ExpressiveAnnotations.NetCore --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
This release simplifies the way that the package is configured in Startup.cs. If you were using a previous version of this package, you will need to change the code in your startup class. See the readme on github under 'Add code to Startup'.
Dependencies
-
.NETStandard 2.0
- Microsoft.AspNetCore.Http (>= 2.1.1)
- Microsoft.AspNetCore.Mvc.Abstractions (>= 2.1.3)
- Microsoft.Extensions.Caching.Memory (>= 2.1.2)
- Newtonsoft.Json (>= 11.0.2)
- System.ComponentModel.Annotations (>= 4.5.0)
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.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 43,607 | 11/15/2018 |
1.0.0-beta1 | 211 | 11/15/2018 |
0.1.1 | 234 | 11/9/2018 |
0.1.1-beta1 | 209 | 11/9/2018 |
0.1.0 | 1,027 | 10/17/2018 |