Excalibur.Operations.Dashboard.EventSourcing
10.0.0-alpha.8
dotnet add package Excalibur.Operations.Dashboard.EventSourcing --version 10.0.0-alpha.8
NuGet\Install-Package Excalibur.Operations.Dashboard.EventSourcing -Version 10.0.0-alpha.8
<PackageReference Include="Excalibur.Operations.Dashboard.EventSourcing" Version="10.0.0-alpha.8" />
<PackageVersion Include="Excalibur.Operations.Dashboard.EventSourcing" Version="10.0.0-alpha.8" />
<PackageReference Include="Excalibur.Operations.Dashboard.EventSourcing" />
paket add Excalibur.Operations.Dashboard.EventSourcing --version 10.0.0-alpha.8
#r "nuget: Excalibur.Operations.Dashboard.EventSourcing, 10.0.0-alpha.8"
#:package Excalibur.Operations.Dashboard.EventSourcing@10.0.0-alpha.8
#addin nuget:?package=Excalibur.Operations.Dashboard.EventSourcing&version=10.0.0-alpha.8&prerelease
#tool nuget:?package=Excalibur.Operations.Dashboard.EventSourcing&version=10.0.0-alpha.8&prerelease
Excalibur.Operations.Dashboard.EventSourcing
Event-sourcing add-on for the Excalibur Operations Dashboard.
Adds the projection / CDC-lag read panel: per-subscription checkpoint lag measured against the
global event-stream head (lag = max(0, head − checkpoint)). Read-only, fail-open (reports
configured: false when no event store or checkpoint store is registered — never a 500).
Why a separate package
The base Excalibur.Operations.Dashboard package depends only on abstractions. Projection-lag needs a
concrete event-sourcing dependency, so it ships here as an opt-in package (the Microsoft package-split
pattern) — consumers who don't use event sourcing never pull the event-store implementation into their
dashboard.
Usage
services.AddDashboard()
.AddProjectionLagDashboard();
The panel then appears in capability discovery under projections and serves
GET {prefix}/api/projections/lag.
| 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
- Ben.Demystifier (>= 0.4.1)
- BenchmarkDotNet (>= 0.15.8)
- CloudNative.CloudEvents (>= 2.8.0)
- CloudNative.CloudEvents.SystemTextJson (>= 2.8.0)
- Cronos (>= 0.12.0)
- Dapper (>= 2.1.72)
- Excalibur.EventSourcing (>= 10.0.0-alpha.8)
- Excalibur.Operations.Dashboard (>= 10.0.0-alpha.8)
- FluentValidation (>= 12.1.1)
- FluentValidation.DependencyInjectionExtensions (>= 12.1.1)
- IdentityModel (>= 7.0.0)
- JsonNet.ContractResolvers (>= 2.0.0)
- Medo.Uuid7 (>= 3.2.0)
- MemoryPack (>= 1.21.4)
- Microsoft.ApplicationInsights (>= 3.1.0)
- Microsoft.CodeAnalysis.Analyzers (>= 5.3.0)
- Microsoft.CodeAnalysis.Common (>= 5.3.0)
- Microsoft.CodeAnalysis.CSharp (>= 5.3.0)
- Microsoft.Extensions.FileProviders.Embedded (>= 10.0.10)
- Microsoft.IdentityModel.Tokens (>= 8.17.0)
- MongoDB.Driver (>= 3.8.0)
- NCrontab (>= 3.4.0)
- Npgsql (>= 10.0.2)
- OpenTelemetry (>= 1.15.3)
- OpenTelemetry.Api (>= 1.15.3)
- OpenTelemetry.Extensions.Hosting (>= 1.15.3)
- Polly (>= 8.6.6)
- QuestPDF (>= 2026.2.4)
- SharpCompress (>= 0.48.0)
- Snappier (>= 1.3.1)
- System.IdentityModel.Tokens.Jwt (>= 8.17.0)
- System.IO.Hashing (>= 10.0.7)
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.8 | 36 | 8/14/2026 |
| 10.0.0-alpha.7 | 35 | 8/13/2026 |
| 10.0.0-alpha.6 | 43 | 8/11/2026 |
| 10.0.0-alpha.5 | 45 | 8/10/2026 |
| 10.0.0-alpha.4 | 42 | 8/10/2026 |
See CHANGELOG.md for release notes