UoN.ExpressiveAnnotations.NetCore
1.0.0
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" />
paket add UoN.ExpressiveAnnotations.NetCore --version 1.0.0
#r "nuget: UoN.ExpressiveAnnotations.NetCore, 1.0.0"
// Install UoN.ExpressiveAnnotations.NetCore as a Cake Addin
#addin nuget:?package=UoN.ExpressiveAnnotations.NetCore&version=1.0.0
// Install UoN.ExpressiveAnnotations.NetCore as a Cake Tool
#tool nuget:?package=UoN.ExpressiveAnnotations.NetCore&version=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.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.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)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 124,631 | 11/15/2018 |
1.0.0-beta1 | 400 | 11/15/2018 |
0.1.1 | 456 | 11/9/2018 |
0.1.1-beta1 | 403 | 11/9/2018 |
0.1.0 | 1,276 | 10/17/2018 |
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'.