Excalibur.Dispatch.Hosting.AspNetCore
10.0.0-alpha.10
dotnet add package Excalibur.Dispatch.Hosting.AspNetCore --version 10.0.0-alpha.10
NuGet\Install-Package Excalibur.Dispatch.Hosting.AspNetCore -Version 10.0.0-alpha.10
<PackageReference Include="Excalibur.Dispatch.Hosting.AspNetCore" Version="10.0.0-alpha.10" />
<PackageVersion Include="Excalibur.Dispatch.Hosting.AspNetCore" Version="10.0.0-alpha.10" />
<PackageReference Include="Excalibur.Dispatch.Hosting.AspNetCore" />
paket add Excalibur.Dispatch.Hosting.AspNetCore --version 10.0.0-alpha.10
#r "nuget: Excalibur.Dispatch.Hosting.AspNetCore, 10.0.0-alpha.10"
#:package Excalibur.Dispatch.Hosting.AspNetCore@10.0.0-alpha.10
#addin nuget:?package=Excalibur.Dispatch.Hosting.AspNetCore&version=10.0.0-alpha.10&prerelease
#tool nuget:?package=Excalibur.Dispatch.Hosting.AspNetCore&version=10.0.0-alpha.10&prerelease
Excalibur.Dispatch.Hosting.AspNetCore
ASP.NET Core hosting integration for the Excalibur framework.
Installation
dotnet add package Excalibur.Dispatch.Hosting.AspNetCore
Configuration
var builder = WebApplication.CreateBuilder(args);
builder.Services.AddDispatch(options =>
{
options.AddHandlersFromAssembly(typeof(Program).Assembly);
});
var app = builder.Build();
// Map one endpoint per action. The request is bound, dispatched, and its result returned.
app.DispatchPostAction<GreetRequest, GreetAction, string>("/greet");
app.Run();
Features
- Automatic handler registration
- Health check endpoints
- OpenAPI/Swagger integration
- Request/response middleware
- Dependency injection integration
License
This project is multi-licensed under:
See LICENSE for details.
| 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
- CloudNative.CloudEvents (>= 2.8.0)
- CloudNative.CloudEvents.SystemTextJson (>= 2.8.0)
- Cronos (>= 0.12.0)
- Excalibur.Dispatch (>= 10.0.0-alpha.10)
- Excalibur.Dispatch.Abstractions (>= 10.0.0-alpha.10)
- Medo.Uuid7 (>= 3.2.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Excalibur.Dispatch.Hosting.AspNetCore:
| Package | Downloads |
|---|---|
|
Excalibur.Dispatch.AspNetCore
Experience metapackage bundling Excalibur.Dispatch with ASP.NET Core hosting, request-scope-aware handler resolution, and observability. Provides a single AddDispatchAspNetCore() call for the common web scenario. PRE-RELEASE: the public API is not frozen and may change between pre-release builds. Not recommended for production use. Known issues: https://docs.excalibur-dispatch.dev/docs/known-issues |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.0-alpha.10 | 58 | 9/6/2026 |
| 10.0.0-alpha.9 | 61 | 8/31/2026 |
| 10.0.0-alpha.8 | 73 | 8/14/2026 |
| 10.0.0-alpha.7 | 66 | 8/13/2026 |
| 10.0.0-alpha.6 | 68 | 8/11/2026 |
| 10.0.0-alpha.5 | 61 | 8/10/2026 |
| 10.0.0-alpha.4 | 68 | 8/10/2026 |
| 3.0.0-alpha.216 | 92 | 6/30/2026 |
| 3.0.0-alpha.215 | 73 | 6/23/2026 |
| 3.0.0-alpha.214 | 80 | 6/23/2026 |
| 3.0.0-alpha.208 | 76 | 6/11/2026 |
| 3.0.0-alpha.207 | 67 | 6/11/2026 |
| 3.0.0-alpha.205 | 66 | 6/10/2026 |
| 3.0.0-alpha.204 | 63 | 6/8/2026 |
| 3.0.0-alpha.203 | 70 | 6/8/2026 |
| 3.0.0-alpha.202 | 71 | 6/8/2026 |
| 3.0.0-alpha.201 | 73 | 6/8/2026 |
| 3.0.0-alpha.199 | 62 | 6/8/2026 |
| 3.0.0-alpha.198 | 65 | 5/28/2026 |
| 3.0.0-alpha.197 | 78 | 5/28/2026 |
Release notes and versioning policy: https://docs.excalibur-dispatch.dev/docs/migration/version-upgrades