CA.SharedComponents.Domain 0.1.1

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

CA.SharedComponents.SharedDomain

Provides core Domain-Driven Design (DDD) building blocks and common primitives used across applications.

This project is dependency-free and represents the true shared kernel of the solution.

Purpose

The goal of this project is to standardize how domain models are implemented by providing:

  • DDD building block abstractions
  • Base Entity and AggregateRoot
  • ValueObject implementation
  • Domain event abstractions
  • Result and Error patterns
  • Common utilities

Dependencies

This project intentionally has no external dependencies.

It should be possible to reference this project from:

  • Web APIs
  • Console apps
  • Microservices
  • Any .NET project

What’s Included

Component Description
Entity / AggregateRoot Base classes for domain entities
ValueObject Equality-based value object implementation
IDomainEvent Domain event abstraction
Result / Error Standardized success/failure handling

Design Principles

  • Dependency-free
  • Framework-agnostic
  • Focused on domain modeling
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.
  • net10.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on CA.SharedComponents.Domain:

Package Downloads
CA.SharedComponents.Application

CQRS abstractions and application-layer building blocks designed to work with CA.SharedComponents.Domain in Clean Architecture and DDD-based .NET applications.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.1 89 4/6/2026
0.1.0 128 3/27/2026