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" />
                    
Directory.Packages.props
<PackageReference Include="Hexalith.Domains.Abstractions" />
                    
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.Abstractions --version 2.0.2
                    
#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
                    
Install as a Cake Addin
#tool nuget:?package=Hexalith.Domains.Abstractions&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 (12)

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

Package Downloads
Hexalith.Domain.Abstractions

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

Hexalith.Domain.ConversationThreads

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

Hexalith.Domain.UserConversationProfiles

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

Hexalith.Domain.Surveys

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

Hexalith.Domain.Dimensions

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.2 609 12/22/2025
2.0.1 197 12/21/2025
2.0.0 167 12/21/2025
1.3.1 243 12/21/2025
1.3.0 163 12/21/2025
1.2.1 339 12/6/2025
1.2.0 1,894 11/17/2025
1.1.1 355 11/17/2025
1.1.0 323 11/17/2025
1.0.11 955 9/20/2025
1.0.10 581 8/10/2025
1.0.9 872 8/5/2025
1.0.8 1,721 7/24/2025
1.0.7 3,169 7/6/2025
1.0.6 439 7/4/2025
1.0.5 5,720 6/14/2025
1.0.4 573 6/13/2025
1.0.3 1,430 4/24/2025
1.0.2 2,551 4/18/2025
1.0.1 189 4/18/2025
Loading failed