Qowaiv 6.1.2
Install-Package Qowaiv -Version 6.1.2
dotnet add package Qowaiv --version 6.1.2
<PackageReference Include="Qowaiv" Version="6.1.2" />
paket add Qowaiv --version 6.1.2
#r "nuget: Qowaiv, 6.1.2"
// Install Qowaiv as a Cake Addin
#addin nuget:?package=Qowaiv&version=6.1.2
// Install Qowaiv as a Cake Tool
#tool nuget:?package=Qowaiv&version=6.1.2
Qowaiv implements common, universal domain objects. These types form the base of your domain model.
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
- System.Runtime.CompilerServices.Unsafe (>= 4.5.1)
-
net5.0
- No dependencies.
-
net6.0
- No dependencies.
NuGet packages (10)
Showing the top 5 NuGet packages that depend on Qowaiv:
Package | Downloads |
---|---|
Qowaiv.Validation.Fluent
Qowaiv Validation supports a generic interface for (domain) model validation. |
|
Qowaiv.Validation.DataAnnotations
Qowaiv Validation supports a generic interface for (domain) model validation. |
|
Qowaiv.TestTools
Qowaiv implements common, universal domain objects. These types form the base of your domain model. |
|
Qowaiv.ComponentModel
Qowaiv implements common, universal domain objects. These types form the base of your domain model. |
|
Qowaiv.Web
Qowaiv implements common, universal domain objects. These types form the base of your domain model. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
6.1.2 | 1,008 | 6/15/2022 | |
6.1.1 | 284 | 6/6/2022 | |
6.1.0 | 75 | 5/31/2022 | |
6.0.2 | 1,501 | 5/13/2022 | |
6.0.1 | 10,015 | 2/14/2022 | |
6.0.0 | 11,411 | 12/30/2021 | |
6.0.0-r1 | 1,167 | 11/11/2021 | |
5.1.5 | 1,108 | 12/22/2021 | |
5.1.4 | 9,629 | 10/26/2021 | |
5.1.3 | 183 | 10/19/2021 | |
5.1.2 | 1,639 | 9/30/2021 | |
5.1.1 | 25,266 | 4/9/2020 | |
5.1.0 | 6,336 | 4/8/2020 | |
5.0.1 | 633 | 2/18/2020 | |
5.0.0 | 1,481 | 12/11/2019 | |
4.1.0 | 1,228 | 11/3/2019 | |
4.0.6 | 3,384 | 10/2/2019 | |
4.0.5 | 1,825 | 9/6/2019 | |
4.0.4 | 529 | 9/4/2019 | |
4.0.3 | 681 | 8/26/2019 | |
4.0.2 | 863 | 7/28/2019 | |
4.0.1 | 463 | 7/26/2019 | |
4.0.0 | 4,032 | 7/9/2019 | |
3.2.5 | 1,035 | 5/20/2019 | |
3.2.4 | 831 | 4/5/2019 | |
3.2.3 | 537 | 4/3/2019 | |
3.2.1 | 4,420 | 10/12/2018 | |
3.2.0 | 2,135 | 8/8/2018 | |
3.1.3 | 4,495 | 4/17/2018 | |
3.1.2 | 3,925 | 12/12/2017 | |
3.1.1 | 1,456 | 11/21/2017 | |
3.1.0 | 1,496 | 11/7/2017 | |
3.0.0.223 | 1,161 | 11/30/2016 | |
2.0.2.186 | 1,280 | 4/15/2016 | |
2.0.2.185 | 1,055 | 4/14/2016 | |
2.0.1.179 | 1,365 | 2/29/2016 | |
2.0.0.164 | 1,239 | 12/4/2015 | |
2.0.0.159 | 1,462 | 12/3/2015 | |
2.0.0.150 | 2,600 | 11/30/2015 | |
1.0.0.139 | 1,984 | 10/13/2015 |
v6.1.2
- Sums on empty collections should not throw #251
v6.1.1
- Limit match durations on Regular Expressions #246
v6.1.0
- All SVO's are read-only #243
v6.0.2
- Extend Open API support for ID<T>. #239
v6.0.1
- Int64 based id serializes to a JSON string #236
- Percentage.MaxValue representable as a string #235
v6.0.0
- Added .NET 6.0 version to the package. #216
- Sex as replacement Gender (ISO 5218). #214
- YesNo converter support from and to boolean. #208
- Introduction of (string based) secret. #200
- Decorate nullable types. #228
- Cryptographic seed stripped from SVO contract. #215 (breaking)
- TryParse(string) returns nullable SVO. #206 (breaking)
- Drop cast from and to string. #212 (breaking)
- Drop obsolete code. #201 (breaking)
- Re-order extension methods. #209 (breaking)
- Non-predictable hash codes. #205 (breaking)
v5.1.5
- Percentage can not be initialized on environments lacking French or Iranian culture. #226
v5.1.4
- ConvertFrom(object) should not use fallback when TryCreate() fails. #194
v5.1.3
- ConvertFrom(object) should use Behavior.TryCreate(). #189
v5.1.2
- Extend Open API documentation with explicit example. #188