Excalibur.Dispatch.AuditLogging.SqlServer
3.0.0-alpha.84
dotnet add package Excalibur.Dispatch.AuditLogging.SqlServer --version 3.0.0-alpha.84
NuGet\Install-Package Excalibur.Dispatch.AuditLogging.SqlServer -Version 3.0.0-alpha.84
<PackageReference Include="Excalibur.Dispatch.AuditLogging.SqlServer" Version="3.0.0-alpha.84" />
<PackageVersion Include="Excalibur.Dispatch.AuditLogging.SqlServer" Version="3.0.0-alpha.84" />
<PackageReference Include="Excalibur.Dispatch.AuditLogging.SqlServer" />
paket add Excalibur.Dispatch.AuditLogging.SqlServer --version 3.0.0-alpha.84
#r "nuget: Excalibur.Dispatch.AuditLogging.SqlServer, 3.0.0-alpha.84"
#:package Excalibur.Dispatch.AuditLogging.SqlServer@3.0.0-alpha.84
#addin nuget:?package=Excalibur.Dispatch.AuditLogging.SqlServer&version=3.0.0-alpha.84&prerelease
#tool nuget:?package=Excalibur.Dispatch.AuditLogging.SqlServer&version=3.0.0-alpha.84&prerelease
Excalibur.Dispatch.AuditLogging.SqlServer
SQL Server implementation of IAuditStore for the Dispatch compliance framework. Provides tamper-evident hash-chain audit logging with Dapper, retention policy enforcement, and optimized query indexes.
Part Of
This package is included in the following metapackages:
| Metapackage | Tier | What It Adds |
|---|---|---|
Excalibur.SqlServer |
Complete | Everything for SQL Server: ES + Outbox + Inbox + Saga + LE + Audit + Compliance + Data |
Tip: Install
Excalibur.SqlServerfor a production-ready SQL Server stack with a single package reference.
Installation
dotnet add package Excalibur.Dispatch.AuditLogging.SqlServer
Quick Start
// Add Excalibur.Dispatch.AuditLogging.SqlServer to your service configuration
services.AddAuditLoggingSqlServer();
Documentation
See the main documentation for detailed guides and API reference.
License
This package is part of the Excalibur framework. See LICENSE for license details.
| Product | Versions 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 is compatible. 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 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
- Azure.Identity (>= 1.17.1)
- Dapper (>= 2.1.66)
- Excalibur.Dispatch.AuditLogging (>= 3.0.0-alpha.84)
- Excalibur.Dispatch.Compliance.Abstractions (>= 3.0.0-alpha.84)
- Medo.Uuid7 (>= 1.4.0)
- Microsoft.Data.SqlClient (>= 6.1.1)
- Microsoft.Extensions.Caching.Abstractions (>= 10.0.0)
- Microsoft.Extensions.Caching.Memory (>= 10.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.0)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 10.0.0)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions (>= 10.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.0)
- Microsoft.Extensions.Options (>= 10.0.0)
- Microsoft.Extensions.Options.DataAnnotations (>= 10.0.0)
- Microsoft.IdentityModel.Tokens (>= 8.14.0)
- System.IdentityModel.Tokens.Jwt (>= 8.14.0)
-
net8.0
- Azure.Identity (>= 1.17.1)
- Dapper (>= 2.1.66)
- Excalibur.Dispatch.AuditLogging (>= 3.0.0-alpha.84)
- Excalibur.Dispatch.Compliance.Abstractions (>= 3.0.0-alpha.84)
- Medo.Uuid7 (>= 1.4.0)
- Microsoft.Data.SqlClient (>= 6.1.1)
- Microsoft.Extensions.Caching.Abstractions (>= 10.0.0)
- Microsoft.Extensions.Caching.Memory (>= 10.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.0)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 10.0.0)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions (>= 10.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.0)
- Microsoft.Extensions.Options (>= 10.0.0)
- Microsoft.Extensions.Options.DataAnnotations (>= 10.0.0)
- Microsoft.IdentityModel.Tokens (>= 8.14.0)
- System.Diagnostics.DiagnosticSource (>= 10.0.0)
- System.IdentityModel.Tokens.Jwt (>= 8.14.0)
- System.IO.Pipelines (>= 10.0.0)
- System.Text.Json (>= 10.0.0)
-
net9.0
- Azure.Identity (>= 1.17.1)
- Dapper (>= 2.1.66)
- Excalibur.Dispatch.AuditLogging (>= 3.0.0-alpha.84)
- Excalibur.Dispatch.Compliance.Abstractions (>= 3.0.0-alpha.84)
- Medo.Uuid7 (>= 1.4.0)
- Microsoft.Data.SqlClient (>= 6.1.1)
- Microsoft.Extensions.Caching.Abstractions (>= 10.0.0)
- Microsoft.Extensions.Caching.Memory (>= 10.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.0)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 10.0.0)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions (>= 10.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.0)
- Microsoft.Extensions.Options (>= 10.0.0)
- Microsoft.Extensions.Options.DataAnnotations (>= 10.0.0)
- Microsoft.IdentityModel.Tokens (>= 8.14.0)
- System.Diagnostics.DiagnosticSource (>= 10.0.0)
- System.IdentityModel.Tokens.Jwt (>= 8.14.0)
- System.IO.Pipelines (>= 10.0.0)
- System.Text.Json (>= 10.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Excalibur.Dispatch.AuditLogging.SqlServer:
| Package | Downloads |
|---|---|
|
Excalibur.SqlServer
Complete SQL Server metapackage for Excalibur: event sourcing, outbox, inbox, sagas, leader election, audit logging, compliance, and data access in a single package reference. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.0.0-alpha.84 | 33 | 3/31/2026 |
| 3.0.0-alpha.83 | 28 | 3/31/2026 |
| 3.0.0-alpha.82 | 31 | 3/31/2026 |
| 3.0.0-alpha.80 | 50 | 3/30/2026 |
| 3.0.0-alpha.79 | 39 | 3/29/2026 |
| 3.0.0-alpha.76 | 40 | 3/29/2026 |
| 3.0.0-alpha.75 | 45 | 3/27/2026 |
| 3.0.0-alpha.74 | 41 | 3/27/2026 |
| 3.0.0-alpha.70 | 37 | 3/26/2026 |
| 3.0.0-alpha.68 | 34 | 3/25/2026 |
| 3.0.0-alpha.66 | 36 | 3/25/2026 |
| 3.0.0-alpha.64 | 34 | 3/25/2026 |
| 3.0.0-alpha.62 | 35 | 3/24/2026 |
| 3.0.0-alpha.59 | 38 | 3/24/2026 |
| 3.0.0-alpha.51 | 39 | 3/19/2026 |
| 3.0.0-alpha.48 | 45 | 3/18/2026 |
| 3.0.0-alpha.45 | 40 | 3/17/2026 |
| 3.0.0-alpha.44 | 51 | 3/16/2026 |
| 3.0.0-alpha.43 | 42 | 3/16/2026 |
| 3.0.0-alpha.42 | 41 | 3/16/2026 |