Hexalith.Domains 2.0.2

dotnet add package Hexalith.Domains --version 2.0.2
                    
NuGet\Install-Package Hexalith.Domains -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" 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" Version="2.0.2" />
                    
Directory.Packages.props
<PackageReference Include="Hexalith.Domains" />
                    
Project file
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 --version 2.0.2
                    
#r "nuget: Hexalith.Domains, 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@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&version=2.0.2
                    
Install as a Cake Addin
#tool nuget:?package=Hexalith.Domains&version=2.0.2
                    
Install as a Cake Tool

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

License: MIT Discord

Coverity Scan Build Status Codacy Badge Quality Gate Status Security Rating Maintainability Rating Code Smells Lines of Code Technical Debt Reliability Rating Duplicated Lines (%) Vulnerabilities Bugs

Build status NuGet Latest

Repository Structure

The repository is organized as follows:

Getting Started

Prerequisites

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 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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Hexalith.Domains:

Package Downloads
Hexalith.Documents

Hexalith is a set of libraries to build an application with micro-service architecture.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.2 185 12/22/2025
2.0.1 161 12/21/2025
2.0.0 163 12/21/2025
1.3.1 164 12/21/2025
1.3.0 166 12/21/2025
1.2.1 168 12/6/2025
1.2.0 572 11/17/2025
1.1.1 358 11/17/2025
1.1.0 318 11/17/2025
1.0.11 228 9/20/2025
1.0.10 504 8/10/2025
1.0.9 285 8/5/2025
1.0.8 910 7/24/2025
1.0.7 858 7/6/2025
1.0.6 389 7/4/2025
1.0.5 414 6/14/2025
1.0.4 524 6/13/2025
1.0.3 867 4/24/2025
1.0.2 946 4/18/2025
1.0.1 210 4/18/2025
Loading failed