Whaally.Domain
1.2.1
dotnet add package Whaally.Domain --version 1.2.1
NuGet\Install-Package Whaally.Domain -Version 1.2.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Whaally.Domain" Version="1.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Whaally.Domain --version 1.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Whaally.Domain, 1.2.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Whaally.Domain as a Cake Addin #addin nuget:?package=Whaally.Domain&version=1.2.1 // Install Whaally.Domain as a Cake Tool #tool nuget:?package=Whaally.Domain&version=1.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
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 | 93 | 10/23/2024 |
1.2.0 | 108 | 10/22/2024 |
1.1.0 | 135 | 5/29/2024 |
1.1.0-beta.2 | 62 | 5/29/2024 |
1.0.0 | 976 | 8/28/2023 |
## [1.2.1](https://github.com/Whaally/Domain/compare/v1.2.0...v1.2.1) (2024-10-23)
### Bug Fixes
* mutate aggregate in command context following command evaluation ([3293740](https://github.com/Whaally/Domain/commit/32937401504feaac8ae51b153c2abf8dcf662570))