Qowaiv.DomainModel
1.1.2
See the version list below for details.
dotnet add package Qowaiv.DomainModel --version 1.1.2
NuGet\Install-Package Qowaiv.DomainModel -Version 1.1.2
<PackageReference Include="Qowaiv.DomainModel" Version="1.1.2" />
paket add Qowaiv.DomainModel --version 1.1.2
#r "nuget: Qowaiv.DomainModel, 1.1.2"
// Install Qowaiv.DomainModel as a Cake Addin #addin nuget:?package=Qowaiv.DomainModel&version=1.1.2 // Install Qowaiv.DomainModel as a Cake Tool #tool nuget:?package=Qowaiv.DomainModel&version=1.1.2
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 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 is compatible. 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 is compatible. 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.Validation.Abstractions (>= 0.3.0)
- Qowaiv.Validation.Guarding (>= 0.3.1)
-
net5.0
- Microsoft.CSharp (>= 4.7.0)
- Qowaiv.Validation.Abstractions (>= 0.3.0)
- Qowaiv.Validation.Guarding (>= 0.3.1)
-
net6.0
- Microsoft.CSharp (>= 4.7.0)
- Qowaiv.Validation.Abstractions (>= 0.3.0)
- Qowaiv.Validation.Guarding (>= 0.3.1)
-
net7.0
- Microsoft.CSharp (>= 4.7.0)
- Qowaiv.Validation.Abstractions (>= 0.3.0)
- Qowaiv.Validation.Guarding (>= 0.3.1)
-
net8.0
- Microsoft.CSharp (>= 4.7.0)
- Qowaiv.Validation.Abstractions (>= 0.3.0)
- Qowaiv.Validation.Guarding (>= 0.3.1)
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 | 1,433 | 11/19/2024 | |
1.1.2 | 10,753 | 7/29/2024 | |
1.1.1 | 2,999 | 5/17/2024 | |
1.1.0 | 605 | 4/25/2024 | |
1.0.1 | 15,352 | 6/12/2023 | |
1.0.0 | 352 | 6/8/2023 | |
0.2.0 | 13,680 | 7/13/2022 | |
0.1.7 | 8,053 | 5/31/2022 | |
0.1.6 | 22,634 | 11/6/2021 | |
0.1.5 | 1,218 | 9/23/2021 | |
0.1.4 | 369 | 9/21/2021 | |
0.1.3 | 563 | 9/10/2021 | |
0.1.2 | 396 | 9/1/2021 | |
0.1.1 | 380 | 8/31/2021 | |
0.1.0 | 712 | 8/31/2021 | |
0.0.3 | 3,420 | 7/23/2021 | |
0.0.2 | 2,190 | 6/15/2021 | |
0.0.1 | 4,949 | 4/3/2020 | |
0.0.1-beta0012 | 488 | 3/4/2020 | |
0.0.1-beta0011 | 409 | 2/21/2020 | |
0.0.1-beta0006 | 470 | 12/11/2019 | |
0.0.1-beta0004 | 512 | 11/15/2019 | |
0.0.1-beta0003 | 419 | 11/4/2019 | |
0.0.1-beta0002 | 393 | 8/30/2019 | |
0.0.1-beta0001 | 402 | 8/27/2019 | |
0.0.1-alpha0003 | 447 | 5/20/2019 | |
0.0.1-alpha0002 | 451 | 5/20/2019 | |
0.0.1-alpha0001 | 437 | 5/20/2019 |
v1.1.2
- Aggregate: PreProcessEvent in applied scope. #44
v1.1.1
- CommandProcessor made thread-safe. #42
v1.1.0
- Expose supported event types via Aggregate.SupportedEventTypes(). #41
- Publish .NET 8.0.
v1.0.1
- Reintroduce If() on Then(). #40
v1.0.0
- Renamed AggregateRoot to Aggregate. #35 (breaking)
- Re-implemented ImmutableCollection. #34 (breaking)
- EventBuffer and Aggregate Version are of type long. #39 (breaking)
- EventBuffer as struct. #34 (breaking)
- EventBuffer implements IReadOnlyCollection<object> and ICollection<object>. #36
- EventDispatcher without dynamics. #34 (breaking)
- Enable annotations. #31
- Publish .NET 7.0. #29
v0.2.0
- Support pre-processing of events before applying them. #28
v0.1.7
- Introduction of the non-generic DynamicEventDispatcher. #27
v0.1.6
- Enumerables added to the immutable collection should be resolved. #24
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