Sign in Sign up
nuget

NetEvolve.Pulse.AspNetCore

ASP.NET Core Minimal API integration for the Pulse CQRS mediator. Provides IEndpointRouteBuilder extension methods that map mediator commands and queries directly to HTTP endpoints, eliminating boilerplate endpoint handlers that only forward to IMediator. Commands are mapped using the CommandHttpMethod enum (Post, Put, Patch, Delete) with full CancellationToken propagation and OpenAPI compatibility. Queries are mapped to GET endpoints with route and query-string binding via [AsParameters].

Activity

Latest release
1mo ago
Total releases
6
Cadence
~2 days
Last 12 months
6

Reach

Stars

Details

License
MIT
First release
Mar 28, 2026
Releases
Version Released
0.70.75 patch
0.70.16 patch
0.70.0 minor
0.67.140 patch
0.67.36 minor
0.17.3 initial