EXCSLA.Shared.Domain 5.4.0

dotnet add package EXCSLA.Shared.Domain --version 5.4.0
                    
NuGet\Install-Package EXCSLA.Shared.Domain -Version 5.4.0
                    
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="EXCSLA.Shared.Domain" Version="5.4.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EXCSLA.Shared.Domain" Version="5.4.0" />
                    
Directory.Packages.props
<PackageReference Include="EXCSLA.Shared.Domain" />
                    
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 EXCSLA.Shared.Domain --version 5.4.0
                    
#r "nuget: EXCSLA.Shared.Domain, 5.4.0"
                    
#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 EXCSLA.Shared.Domain@5.4.0
                    
#: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=EXCSLA.Shared.Domain&version=5.4.0
                    
Install as a Cake Addin
#tool nuget:?package=EXCSLA.Shared.Domain&version=5.4.0
                    
Install as a Cake Tool

EXCSLA.Shared.Domain

Overview

EXCSLA.Shared.Domain is the domain layer of the EXCSLA.Shared DDD Framework. It provides foundational building blocks for enterprise applications using Domain-Driven Design (DDD) and Clean Architecture principles. This replaces the previous 'Core' naming convention.

Features

  • Aggregates, Entities, and Value Objects
  • Domain Events and Event Dispatching
  • Guard Clauses and Specifications
  • Custom Domain Exceptions
  • Modular, testable, and extensible design

Purpose

This package enables you to model your business logic and rules in a clean, maintainable way. It is intended for use as the domain of your application, with no dependencies on infrastructure or application layers.

Getting Started

  1. Install the NuGet package:
    dotnet add package EXCSLA.Shared.Domain
    
  2. Reference the project in your solution.
  3. Start modeling your domain using aggregates, entities, value objects, and domain events.

Example Structure

Domain/
├── Aggregates/
├── Entities/
├── ValueObjects/
├── Events/
├── GuardClauses/
├── Specifications/
└── Exceptions/

License

LGPL-3.0-or-later

Contributing

This is an open source project. Contributions are welcome! Please submit a pull request on GitHub: https://github.com/MasterSkriptor/EXCSLA.Shared

Authors

H.E. Collins Executive Computer Systems, LLC

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 EXCSLA.Shared.Domain:

Package Downloads
EXCSLA.Shared.Application

Application layer for EXCSLA.Shared DDD Framework. Provides base classes and interfaces for implementing the Application layer in Clean Architecture, including Command/Query patterns, handlers, and internal event dispatching without external dependencies. This package enables building application services that orchestrate domain logic and coordinate work across aggregates. This is an open source project please feel free to do a pull request on the github repo.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.4.0 135 2/24/2026