Excalibur.Dispatch.Hosting.AspNetCore
3.0.0-alpha.207
See the version list below for details.
dotnet add package Excalibur.Dispatch.Hosting.AspNetCore --version 3.0.0-alpha.207
NuGet\Install-Package Excalibur.Dispatch.Hosting.AspNetCore -Version 3.0.0-alpha.207
<PackageReference Include="Excalibur.Dispatch.Hosting.AspNetCore" Version="3.0.0-alpha.207" />
<PackageVersion Include="Excalibur.Dispatch.Hosting.AspNetCore" Version="3.0.0-alpha.207" />
<PackageReference Include="Excalibur.Dispatch.Hosting.AspNetCore" />
paket add Excalibur.Dispatch.Hosting.AspNetCore --version 3.0.0-alpha.207
#r "nuget: Excalibur.Dispatch.Hosting.AspNetCore, 3.0.0-alpha.207"
#:package Excalibur.Dispatch.Hosting.AspNetCore@3.0.0-alpha.207
#addin nuget:?package=Excalibur.Dispatch.Hosting.AspNetCore&version=3.0.0-alpha.207&prerelease
#tool nuget:?package=Excalibur.Dispatch.Hosting.AspNetCore&version=3.0.0-alpha.207&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();
app.MapDispatchEndpoints();
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 (>= 3.0.0-alpha.207)
- Excalibur.Dispatch.Abstractions (>= 3.0.0-alpha.207)
- 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.9 | 0 | 8/31/2026 |
| 10.0.0-alpha.8 | 62 | 8/14/2026 |
| 10.0.0-alpha.7 | 59 | 8/13/2026 |
| 10.0.0-alpha.6 | 63 | 8/11/2026 |
| 10.0.0-alpha.5 | 56 | 8/10/2026 |
| 10.0.0-alpha.4 | 63 | 8/10/2026 |
| 3.0.0-alpha.216 | 90 | 6/30/2026 |
| 3.0.0-alpha.215 | 72 | 6/23/2026 |
| 3.0.0-alpha.214 | 74 | 6/23/2026 |
| 3.0.0-alpha.208 | 74 | 6/11/2026 |
| 3.0.0-alpha.207 | 64 | 6/11/2026 |
| 3.0.0-alpha.205 | 64 | 6/10/2026 |
| 3.0.0-alpha.204 | 62 | 6/8/2026 |
| 3.0.0-alpha.203 | 68 | 6/8/2026 |
| 3.0.0-alpha.202 | 69 | 6/8/2026 |
| 3.0.0-alpha.201 | 72 | 6/8/2026 |
| 3.0.0-alpha.199 | 60 | 6/8/2026 |
| 3.0.0-alpha.198 | 63 | 5/28/2026 |
| 3.0.0-alpha.197 | 76 | 5/28/2026 |
| 3.0.0-alpha.194 | 67 | 5/20/2026 |