Whaally.Domain
1.2.0
See the version list below for details.
dotnet add package Whaally.Domain --version 1.2.0
NuGet\Install-Package Whaally.Domain -Version 1.2.0
<PackageReference Include="Whaally.Domain" Version="1.2.0" />
paket add Whaally.Domain --version 1.2.0
#r "nuget: Whaally.Domain, 1.2.0"
// Install Whaally.Domain as a Cake Addin #addin nuget:?package=Whaally.Domain&version=1.2.0 // Install Whaally.Domain as a Cake Tool #tool nuget:?package=Whaally.Domain&version=1.2.0
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)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Whaally.Domain:
Package | Downloads |
---|---|
Whaally.Domain.Infrastructure.OrleansHost
Orleans infrastructure to run the Whaally Domain library with. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.1 | 94 | 10/23/2024 |
1.2.0 | 109 | 10/22/2024 |
1.1.0 | 138 | 5/29/2024 |
1.1.0-beta.2 | 63 | 5/29/2024 |
1.0.0 | 977 | 8/28/2023 |
$(printf %s # [1.2.0](https://github.com/Whaally/Domain/compare/v1.1.0...v1.2.0) (2024-10-22)
### Bug Fixes
* bump dependencies ([40d434c](https://github.com/Whaally/Domain/commit/40d434c6c1ac89ccba5eba8ffff1047cea004ecb))
* ignore tests using the orleans test silo as it doesn't play nice with GH actions ([1c048f3](https://github.com/Whaally/Domain/commit/1c048f38192422dd722352b5f6d12fa68c3ac04d))
* On the OrleansAggregateHandlerFactory use reflection on the interface implementation to reroute via the generic implementation. ([4ef4358](https://github.com/Whaally/Domain/commit/4ef43581b6bdfbc90ca49ab33870e1e547b093f4))
* Pass commands from the Domain onwards wrapped within a CommandEnvelope ([1c26d36](https://github.com/Whaally/Domain/commit/1c26d3681f2eff7048ea7650f877ec1d58bcdab4))
### Features
* implement the `EvaluateCommand` method on the command handler context. ([4d796bf](https://github.com/Whaally/Domain/commit/4d796bf06e9f70ca367166d1082e6740b9f71e88))
* rename the `Domain` object to `DomainContext`, and declare the prior as obsolete ([97f11d0](https://github.com/Whaally/Domain/commit/97f11d040356a37bf0d4ef1096d524a1e87dc4dc))
)