Info
Version: | 6.0.0 |
Author(s): | Sebastian Kleinschmager |
Last Update: | Monday, November 28, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Schmaga/MediatR.Extensions.Microsoft.AspNetCore |
NuGet Url: | https://www.nuget.org/packages/MediatR.Extensions.Microsoft.AspNetCore |
Install
Install-Package MediatR.Extensions.Microsoft.AspNetCore
dotnet add package MediatR.Extensions.Microsoft.AspNetCore
paket add MediatR.Extensions.Microsoft.AspNetCore
MediatR.Extensions.Microsoft.AspNetCore Download (Unzip the "nupkg" after downloading)
Dependencies
- MediatR.Extensions.Microsoft.DependencyInjection(>= 9.0.0 && < 10.0.0)
Tags
Currently the only feature is automatically passing the HttpContext.RequestAborted CancellationToken to handlers.