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 (6)

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.

Excalibur.Data.Abstractions

Core abstractions for the Excalibur data persistence layer, supporting multiple database providers.

Excalibur.EventSourcing.Abstractions

Event sourcing abstractions for the Excalibur framework.

Excalibur.Testing

Testing utilities for Excalibur event-sourced aggregates. Provides a fluent Given-When-Then API for aggregate testing.

Excalibur.Testing.Conformance

Conformance test kits for Excalibur infrastructure implementations. Provides reusable abstract test suites for IEventStore, IOutboxStore, ISagaStore, ISnapshotStore, and other provider contracts.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.0-alpha.143 61 4/14/2026
3.0.0-alpha.138 83 4/13/2026
3.0.0-alpha.131 147 4/10/2026
3.0.0-alpha.129 180 4/10/2026
3.0.0-alpha.125 175 4/10/2026
3.0.0-alpha.120 183 4/8/2026
3.0.0-alpha.118 154 4/8/2026
3.0.0-alpha.85 166 4/3/2026
3.0.0-alpha.84 184 3/31/2026
3.0.0-alpha.83 172 3/31/2026
3.0.0-alpha.82 184 3/31/2026
3.0.0-alpha.80 177 3/30/2026
3.0.0-alpha.79 185 3/29/2026
3.0.0-alpha.76 152 3/29/2026
3.0.0-alpha.75 156 3/27/2026
3.0.0-alpha.74 159 3/27/2026
3.0.0-alpha.70 164 3/26/2026
3.0.0-alpha.68 151 3/25/2026
3.0.0-alpha.66 125 3/25/2026
2.2.14 386 8/26/2025
Loading failed