RecursiveDataAnnotationsValidation 0.9.0
See the version list below for details.
dotnet add package RecursiveDataAnnotationsValidation --version 0.9.0
NuGet\Install-Package RecursiveDataAnnotationsValidation -Version 0.9.0
<PackageReference Include="RecursiveDataAnnotationsValidation" Version="0.9.0" />
paket add RecursiveDataAnnotationsValidation --version 0.9.0
#r "nuget: RecursiveDataAnnotationsValidation, 0.9.0"
// Install RecursiveDataAnnotationsValidation as a Cake Addin
#addin nuget:?package=RecursiveDataAnnotationsValidation&version=0.9.0
// Install RecursiveDataAnnotationsValidation as a Cake Tool
#tool nuget:?package=RecursiveDataAnnotationsValidation&version=0.9.0
Allows recursive validation of sub-objects in a class when using DataAnnotations validation (also known as Attribute Validation). The current version of .NET Core's attribute validation does not handle objects within objects (or collections of objects). Therefore it is necessary to add some glue code to recurse through the object graph.
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 net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.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 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- System.ComponentModel.Annotations (>= 4.7.0)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on RecursiveDataAnnotationsValidation:
Package | Downloads |
---|---|
CUSTIS.NetCore.AppHost
Инструменты для хостинга приложения |
|
OptionsPatternValidation
Package Description |
|
Epinova.ElasticSearch
Core functionality for ElasticSearch Change log: 2023-03-14 Added condition and badge |
|
Epinova.ElasticSearch.Cms.Optimizely
Optimizely UI for Epinova.ElasticSearch.Core Change log: 2023-03-14 Added condition and badge |
|
Epinova.ElasticSearch.Commerce.Optimizely
Optimizely Commerce module for Epinova.ElasticSearch.Core Change log: 2023-03-14 Added condition and badge |
GitHub repositories
This package is not used by any popular GitHub repositories.