Qowaiv.Validation.DataAnnotations
0.2.3
See the version list below for details.
dotnet add package Qowaiv.Validation.DataAnnotations --version 0.2.3
NuGet\Install-Package Qowaiv.Validation.DataAnnotations -Version 0.2.3
<PackageReference Include="Qowaiv.Validation.DataAnnotations" Version="0.2.3" />
paket add Qowaiv.Validation.DataAnnotations --version 0.2.3
#r "nuget: Qowaiv.Validation.DataAnnotations, 0.2.3"
// Install Qowaiv.Validation.DataAnnotations as a Cake Addin #addin nuget:?package=Qowaiv.Validation.DataAnnotations&version=0.2.3 // Install Qowaiv.Validation.DataAnnotations as a Cake Tool #tool nuget:?package=Qowaiv.Validation.DataAnnotations&version=0.2.3
Qowaiv Validation supports a generic interface for (domain) model validation.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.CSharp (>= 4.7.0)
- Qowaiv (>= 6.0.0)
- Qowaiv.Validation.Abstractions (>= 0.2.1)
- System.ComponentModel.Annotations (>= 5.0.0)
-
net5.0
- Microsoft.CSharp (>= 4.7.0)
- Qowaiv (>= 6.0.0)
- Qowaiv.Validation.Abstractions (>= 0.2.1)
- System.ComponentModel.Annotations (>= 5.0.0)
-
net6.0
- Microsoft.CSharp (>= 4.7.0)
- Qowaiv (>= 6.0.0)
- Qowaiv.Validation.Abstractions (>= 0.2.1)
- System.ComponentModel.Annotations (>= 5.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Qowaiv.Validation.DataAnnotations:
Package | Downloads |
---|---|
Qowaiv.Validation.TestTools
Qowaiv Validation supports a generic interface for (domain) model validation. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0 | 7,645 | 6/28/2024 |
1.4.0 | 21,161 | 8/4/2023 |
1.3.0 | 25,368 | 3/7/2023 |
1.0.1 | 15,230 | 11/8/2022 |
1.0.0 | 5,639 | 7/12/2022 |
0.2.4 | 4,066 | 6/29/2022 |
0.2.3 | 460 | 6/28/2022 |
0.2.2 | 6,118 | 5/13/2022 |
0.2.1 | 10,665 | 4/13/2022 |
0.2.0 | 7,627 | 12/31/2021 |
0.1.1 | 13,413 | 9/10/2021 |
0.1.0 | 581 | 8/31/2021 |
0.0.4 | 2,422 | 7/2/2021 |
0.0.3 | 5,828 | 5/26/2020 |
0.0.2 | 3,112 | 11/1/2019 |
0.0.1 | 1,609 | 7/30/2019 |
v0.2.3
- All models are considered to be nested. #52
- Fix crash on validation models with properties with generic types. #53
v0.2.2
- Mandatory attribute supports Dutch messages. #51
v0.2.1
- Nullable anotations. #48
v0.2.0
- Updated Qowaiv dependency.
v0.1.1
- Decorate pure methods with attribute (#38)
v0.1.0
- Qowaiv.Validation.Abstractions dependency
v0.0.4
- Fix double dots in paths for nested properties.