Excalibur.SqlServer
10.0.0-alpha.9
dotnet add package Excalibur.SqlServer --version 10.0.0-alpha.9
NuGet\Install-Package Excalibur.SqlServer -Version 10.0.0-alpha.9
<PackageReference Include="Excalibur.SqlServer" Version="10.0.0-alpha.9" />
<PackageVersion Include="Excalibur.SqlServer" Version="10.0.0-alpha.9" />
<PackageReference Include="Excalibur.SqlServer" />
paket add Excalibur.SqlServer --version 10.0.0-alpha.9
#r "nuget: Excalibur.SqlServer, 10.0.0-alpha.9"
#:package Excalibur.SqlServer@10.0.0-alpha.9
#addin nuget:?package=Excalibur.SqlServer&version=10.0.0-alpha.9&prerelease
#tool nuget:?package=Excalibur.SqlServer&version=10.0.0-alpha.9&prerelease
Excalibur.SqlServer
Complete SQL Server metapackage for Excalibur. One package reference, one registration call -- everything you need to run a production Excalibur application on SQL Server.
Quick Start
services.AddExcaliburSqlServer(sql =>
{
sql.ConnectionString = "Server=...";
});
This registers: Dispatch core, SQL Server event sourcing, outbox, hosting, inbox, sagas, leader election, audit logging, compliance, and data access.
Included Packages
| Package | Purpose |
|---|---|
Excalibur.Dispatch.SqlServer |
Dispatch core + event sourcing + outbox + hosting |
Excalibur.Inbox.SqlServer |
Idempotent message processing |
Excalibur.Saga.SqlServer |
Long-running process managers |
Excalibur.LeaderElection.SqlServer |
Multi-instance coordination |
Excalibur.AuditLogging.SqlServer |
Audit trail persistence |
Excalibur.Compliance.SqlServer |
GDPR/compliance features |
Excalibur.Data.SqlServer |
Data access layer |
Component Toggles
All components are enabled by default. Disable optional components via the options:
services.AddExcaliburSqlServer(sql =>
{
sql.ConnectionString = connectionString;
sql.UseLeaderElection = false; // skip leader election
sql.UseCompliance = false; // skip GDPR/compliance
});
Tier Model
This is a Complete tier metapackage. See also:
Excalibur.Dispatch.SqlServer-- Starter tier (Dispatch + event sourcing + outbox + hosting only)
| Product | Versions 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. |
-
net10.0
- Excalibur.AuditLogging.SqlServer (>= 10.0.0-alpha.9)
- Excalibur.Compliance.SqlServer (>= 10.0.0-alpha.9)
- Excalibur.Data.SqlServer (>= 10.0.0-alpha.9)
- Excalibur.Dispatch.SqlServer (>= 10.0.0-alpha.9)
- Excalibur.Inbox.SqlServer (>= 10.0.0-alpha.9)
- Excalibur.LeaderElection.SqlServer (>= 10.0.0-alpha.9)
- Excalibur.Saga.SqlServer (>= 10.0.0-alpha.9)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.10)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.10)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.0-alpha.9 | 45 | 8/31/2026 |
| 10.0.0-alpha.8 | 68 | 8/14/2026 |
| 10.0.0-alpha.7 | 60 | 8/13/2026 |
| 10.0.0-alpha.6 | 61 | 8/11/2026 |
| 10.0.0-alpha.5 | 55 | 8/10/2026 |
| 3.0.0-alpha.216 | 80 | 6/30/2026 |
| 3.0.0-alpha.215 | 79 | 6/23/2026 |
| 3.0.0-alpha.214 | 77 | 6/23/2026 |
| 3.0.0-alpha.208 | 73 | 6/11/2026 |
| 3.0.0-alpha.207 | 65 | 6/11/2026 |
| 3.0.0-alpha.205 | 69 | 6/10/2026 |
| 3.0.0-alpha.204 | 66 | 6/8/2026 |
| 3.0.0-alpha.203 | 68 | 6/8/2026 |
| 3.0.0-alpha.202 | 63 | 6/8/2026 |
| 3.0.0-alpha.201 | 67 | 6/8/2026 |
| 3.0.0-alpha.199 | 70 | 6/8/2026 |
| 3.0.0-alpha.198 | 59 | 5/28/2026 |
| 3.0.0-alpha.197 | 79 | 5/28/2026 |
| 3.0.0-alpha.194 | 61 | 5/20/2026 |
| 3.0.0-alpha.193 | 59 | 5/13/2026 |
Release notes and versioning policy: https://docs.excalibur-dispatch.dev/docs/migration/version-upgrades