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.178 191 4/25/2026
3.0.0-alpha.177 185 4/25/2026
3.0.0-alpha.176 194 4/25/2026
3.0.0-alpha.175 170 4/24/2026
3.0.0-alpha.174 283 4/24/2026
3.0.0-alpha.173 195 4/24/2026
3.0.0-alpha.170 164 4/23/2026
3.0.0-alpha.168 176 4/23/2026
3.0.0-alpha.165 189 4/22/2026
3.0.0-alpha.164 152 4/22/2026
3.0.0-alpha.163 158 4/22/2026
3.0.0-alpha.162 168 4/22/2026
3.0.0-alpha.161 187 4/21/2026
3.0.0-alpha.160 165 4/21/2026
3.0.0-alpha.159 176 4/21/2026
3.0.0-alpha.158 183 4/21/2026
3.0.0-alpha.157 191 4/20/2026
3.0.0-alpha.156 190 4/17/2026
3.0.0-alpha.155 189 4/17/2026
2.2.14 394 8/26/2025
Loading failed