Qowaiv.DomainModel
0.1.5
See the version list below for details.
dotnet add package Qowaiv.DomainModel --version 0.1.5
NuGet\Install-Package Qowaiv.DomainModel -Version 0.1.5
<PackageReference Include="Qowaiv.DomainModel" Version="0.1.5" />
paket add Qowaiv.DomainModel --version 0.1.5
#r "nuget: Qowaiv.DomainModel, 0.1.5"
// Install Qowaiv.DomainModel as a Cake Addin #addin nuget:?package=Qowaiv.DomainModel&version=0.1.5 // Install Qowaiv.DomainModel as a Cake Tool #tool nuget:?package=Qowaiv.DomainModel&version=0.1.5
Qowaiv implements common, universal domain objects. These types form the base of your domain model.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.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.Validation.Abstractions (>= 0.1.1)
- Qowaiv.Validation.Guarding (>= 0.1.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Qowaiv.DomainModel:
Package | Downloads |
---|---|
Qowaiv.DomainModel.TestTools
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 | |
---|---|---|---|
2.0.0 | 3,368 | 11/19/2024 | |
1.1.2 | 11,821 | 7/29/2024 | |
1.1.1 | 3,001 | 5/17/2024 | |
1.1.0 | 609 | 4/25/2024 | |
1.0.1 | 15,356 | 6/12/2023 | |
1.0.0 | 354 | 6/8/2023 | |
0.2.0 | 13,682 | 7/13/2022 | |
0.1.7 | 8,055 | 5/31/2022 | |
0.1.6 | 22,638 | 11/6/2021 | |
0.1.5 | 1,220 | 9/23/2021 | |
0.1.4 | 371 | 9/21/2021 | |
0.1.3 | 565 | 9/10/2021 | |
0.1.2 | 398 | 9/1/2021 | |
0.1.1 | 382 | 8/31/2021 | |
0.1.0 | 714 | 8/31/2021 | |
0.0.3 | 3,422 | 7/23/2021 | |
0.0.2 | 2,192 | 6/15/2021 | |
0.0.1 | 4,951 | 4/3/2020 | |
0.0.1-beta0012 | 490 | 3/4/2020 | |
0.0.1-beta0011 | 411 | 2/21/2020 | |
0.0.1-beta0006 | 472 | 12/11/2019 | |
0.0.1-beta0004 | 514 | 11/15/2019 | |
0.0.1-beta0003 | 421 | 11/4/2019 | |
0.0.1-beta0002 | 396 | 8/30/2019 | |
0.0.1-beta0001 | 404 | 8/27/2019 | |
0.0.1-alpha0003 | 448 | 5/20/2019 | |
0.0.1-alpha0002 | 452 | 5/20/2019 | |
0.0.1-alpha0001 | 438 | 5/20/2019 |
v0.1.5
- Extend aggregate with Must guarding constraints. (#21)
v0.1.4
- Support optional cancellation token on command handler (#20)
v0.1.3
- Introduction of CommandHandler<TReturnType> (#16)
- Decorate pure methods with attribute. (#17)
v0.1.2
- Fix issue with iterating EventBuffer.SelectUncommitted multiple times #16
- Improved API for EventBuffer<T> (#15)
v0.1.1
- Bug fix AggregateRoot.FromStorage (#14)
v0.1.0
- Update to Qowaiv.Validation.Abstractions v0.1.0.
- AggregateRoot is immutable (#11)
v0.0.3
- Conditionally built Event Collection moved to Collections.ImmutableCollection (breaking)
- EventBuffer made Immutable (potentially breaking)
v0.0.2
- Conditionally built Event Collection
v0.0.1
- Initial release