Hexalith.Domains.Abstractions
2.0.2
dotnet add package Hexalith.Domains.Abstractions --version 2.0.2
NuGet\Install-Package Hexalith.Domains.Abstractions -Version 2.0.2
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="Hexalith.Domains.Abstractions" Version="2.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Hexalith.Domains.Abstractions" Version="2.0.2" />
<PackageReference Include="Hexalith.Domains.Abstractions" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Hexalith.Domains.Abstractions --version 2.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Hexalith.Domains.Abstractions, 2.0.2"
#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.
#:package Hexalith.Domains.Abstractions@2.0.2
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Hexalith.Domains.Abstractions&version=2.0.2
#tool nuget:?package=Hexalith.Domains.Abstractions&version=2.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Hexalith.Domains
Hexalith.Domains provides the core Domain Driven Design (DDD) abstractions and implementations for the Hexalith ecosystem. It serves as the foundation for building domain-centric microservices and modules, defining standard interfaces for aggregates, entities, events, and value objects.
Build Status
Repository Structure
The repository is organized as follows:
- src: Source code directory.
- src/libraries: Core libraries and abstractions.
- src/examples: Example implementations.
- test: Unit and integration tests.
- Hexalith.Builds: Shared build configurations.
Getting Started
Prerequisites
- Hexalith.Builds
- .NET 10 SDK or later
- PowerShell 7 or later
- Git
Git Submodules
This project uses the Hexalith.Builds repository as a Git submodule for build infrastructure. Ensure submodules are initialized:
git submodule update --init --recursive
License
This project is licensed under the MIT License - see the LICENSE file for details.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.