Excalibur.Domain 2.2.14

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Excalibur.Domain --version 2.2.14
                    
NuGet\Install-Package Excalibur.Domain -Version 2.2.14
                    
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="Excalibur.Domain" Version="2.2.14" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Excalibur.Domain" Version="2.2.14" />
                    
Directory.Packages.props
<PackageReference Include="Excalibur.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 Excalibur.Domain --version 2.2.14
                    
#r "nuget: Excalibur.Domain, 2.2.14"
                    
#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 Excalibur.Domain@2.2.14
                    
#: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=Excalibur.Domain&version=2.2.14
                    
Install as a Cake Addin
#tool nuget:?package=Excalibur.Domain&version=2.2.14
                    
Install as a Cake Tool

A project within Excalibur to define the classes and methods related to the Domain layer within a DDD solution.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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 (7)

Showing the top 5 NuGet packages that depend on Excalibur.Domain:

Package Downloads
Excalibur.Data

Data access layer implementation for Excalibur with repository patterns, unit of work, and data abstractions. Provides concrete implementations for data persistence. PRE-RELEASE: the public API is not frozen and may change between pre-release builds. Not recommended for production use. Known issues: https://docs.excalibur-dispatch.dev/docs/known-issues

Excalibur.Data.Abstractions

Core abstractions for the Excalibur data persistence layer, supporting multiple database providers. PRE-RELEASE: the public API is not frozen and may change between pre-release builds. Not recommended for production use. Known issues: https://docs.excalibur-dispatch.dev/docs/known-issues

Excalibur.EventSourcing.Abstractions

Event sourcing abstractions for the Excalibur framework. PRE-RELEASE: the public API is not frozen and may change between pre-release builds. Not recommended for production use. Known issues: https://docs.excalibur-dispatch.dev/docs/known-issues

Excalibur.Testing

Testing utilities for Excalibur event-sourced aggregates. Provides a fluent Given-When-Then API for aggregate testing. PRE-RELEASE: the public API is not frozen and may change between pre-release builds. Not recommended for production use. Known issues: https://docs.excalibur-dispatch.dev/docs/known-issues

Excalibur.Testing.Conformance

Conformance test kits for Excalibur infrastructure implementations. Provides reusable abstract test suites for IEventStore, IOutboxStore, ISagaStore, ISnapshotStore, and other provider contracts. PRE-RELEASE: the public API is not frozen and may change between pre-release builds. Not recommended for production use. Known issues: https://docs.excalibur-dispatch.dev/docs/known-issues

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.0-alpha.9 253 8/31/2026
10.0.0-alpha.8 634 8/14/2026
10.0.0-alpha.7 624 8/13/2026
10.0.0-alpha.6 651 8/11/2026
10.0.0-alpha.5 653 8/10/2026
10.0.0-alpha.4 589 8/10/2026
3.0.0-alpha.216 525 6/30/2026
3.0.0-alpha.215 516 6/23/2026
3.0.0-alpha.214 510 6/23/2026
3.0.0-alpha.208 534 6/11/2026
3.0.0-alpha.207 599 6/11/2026
3.0.0-alpha.205 559 6/10/2026
3.0.0-alpha.204 546 6/8/2026
3.0.0-alpha.203 546 6/8/2026
3.0.0-alpha.202 533 6/8/2026
3.0.0-alpha.201 537 6/8/2026
3.0.0-alpha.199 531 6/8/2026
3.0.0-alpha.198 513 5/28/2026
3.0.0-alpha.197 526 5/28/2026
2.2.14 444 8/26/2025
Loading failed