Whaally.Domain.Abstractions
2.0.0-beta.9
dotnet add package Whaally.Domain.Abstractions --version 2.0.0-beta.9
NuGet\Install-Package Whaally.Domain.Abstractions -Version 2.0.0-beta.9
<PackageReference Include="Whaally.Domain.Abstractions" Version="2.0.0-beta.9" />
paket add Whaally.Domain.Abstractions --version 2.0.0-beta.9
#r "nuget: Whaally.Domain.Abstractions, 2.0.0-beta.9"
// Install Whaally.Domain.Abstractions as a Cake Addin #addin nuget:?package=Whaally.Domain.Abstractions&version=2.0.0-beta.9&prerelease // Install Whaally.Domain.Abstractions as a Cake Tool #tool nuget:?package=Whaally.Domain.Abstractions&version=2.0.0-beta.9&prerelease
Interface definitions underpinning the Whaally.Domain library.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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. 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. |
-
net8.0
- FluentResults (>= 3.16.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Whaally.Domain.Abstractions:
Package | Downloads |
---|---|
Whaally.Domain
Decouple domain model from infrastructure allowing independent evolution of both. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0-beta.9 | 52 | 1/6/2025 |
2.0.0-beta.8 | 42 | 1/5/2025 |
2.0.0-beta.7 | 59 | 1/4/2025 |
2.0.0-beta.6 | 47 | 1/2/2025 |
2.0.0-beta.5 | 83 | 12/31/2024 |
1.0.0 | 76 | 12/31/2024 |
# [2.0.0-beta.9](https://github.com/Whaally/Domain/compare/v2.0.0-beta.8...v2.0.0-beta.9) (2025-01-06)
### Bug Fixes
* allow collection of results to continue upon failure. ([4f192f3](https://github.com/Whaally/Domain/commit/4f192f34bcf7126b0c0b43018da26878ae323eee))
* cancel further evaluation of services, commands and events in case of a failure. ([e8e34b7](https://github.com/Whaally/Domain/commit/e8e34b7dbaa9dbaf5b175100abc05f161e981706))
* iterate further on how to signal results from an operation ([2cadcb5](https://github.com/Whaally/Domain/commit/2cadcb568371ecef12632f99efc34ba0b9492f48))
* service test breaking synchronously (band aid) ([75301c1](https://github.com/Whaally/Domain/commit/75301c1a548e0610c659f688268ea869841e33d4))
### Features
* add an EvaluateCommands method to the ICommandHandlerContext ([1526b45](https://github.com/Whaally/Domain/commit/1526b45752c68fcc51b09d37c017e5f525b919d0))