Whaally.Domain
1.3.0-beta.1
See the version list below for details.
dotnet add package Whaally.Domain --version 1.3.0-beta.1
NuGet\Install-Package Whaally.Domain -Version 1.3.0-beta.1
<PackageReference Include="Whaally.Domain" Version="1.3.0-beta.1" />
paket add Whaally.Domain --version 1.3.0-beta.1
#r "nuget: Whaally.Domain, 1.3.0-beta.1"
// Install Whaally.Domain as a Cake Addin #addin nuget:?package=Whaally.Domain&version=1.3.0-beta.1&prerelease // Install Whaally.Domain as a Cake Tool #tool nuget:?package=Whaally.Domain&version=1.3.0-beta.1&prerelease
Decouple domain model from infrastructure allowing independent evolution of
both.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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. |
-
net6.0
- FluentResults (>= 3.16.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.2)
- System.Diagnostics.DiagnosticSource (>= 9.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Whaally.Domain:
Package | Downloads |
---|---|
Whaally.Domain.Infrastructure.OrleansHost
Orleans infrastructure to run the Whaally Domain library with. |
|
Whaally.Domain.Testing
Test helpers to validate the correct functioning of domain implementations. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0-beta.7 | 17 | 1/4/2025 |
2.0.0-beta.6 | 44 | 1/2/2025 |
2.0.0-beta.5 | 60 | 12/31/2024 |
2.0.0-beta.4 | 66 | 12/16/2024 |
2.0.0-beta.2 | 47 | 12/12/2024 |
1.3.0-beta.2 | 53 | 12/11/2024 |
1.3.0-beta.1 | 52 | 12/10/2024 |
1.2.1 | 143 | 10/23/2024 |
1.2.0 | 124 | 10/22/2024 |
1.1.0 | 176 | 5/29/2024 |
1.1.0-beta.2 | 75 | 5/29/2024 |
1.0.0 | 989 | 8/28/2023 |
# [1.3.0-beta.1](https://github.com/Whaally/Domain/compare/v1.2.1...v1.3.0-beta.1) (2024-12-10)
### Bug Fixes
* **docs:** add documentation about aggregate handlers ([6bac05a](https://github.com/Whaally/Domain/commit/6bac05a5608e2f5edf136fca872ceeaaa930d2ae))
* **docs:** add documentation about supporting distributed commits ([bdf10d1](https://github.com/Whaally/Domain/commit/bdf10d130a528db1c6c072a5d07b25a4d00c182d))
* **docs:** add documentation about the evaluation agent ([3ac3e3a](https://github.com/Whaally/Domain/commit/3ac3e3a2478dee91c073e77450392cade1a03a25))
### Features
* add an abort operation on aggregate handlers to facilitate the implementation of distributed commit protocols ([0a5408f](https://github.com/Whaally/Domain/commit/0a5408fd61d2dc0313a6b8b941a8b434bf7bdcff))
* implements the options pattern to allow configuration of the domain. Moves handler discovery out of the service provider. ([2b3d76d](https://github.com/Whaally/Domain/commit/2b3d76d185686d86759cc110d6be99c376c5ceeb))
* instantiation of aggregate objects now go through an aggregate factory implementation ([3693ae1](https://github.com/Whaally/Domain/commit/3693ae10ff2f27114f7fcd6bb2fb5be4ee1369f7))