DynamicMiddlewares allows to register and unregister middlewares dynamically after application start.
Info
Version: | 1.0.0 |
Author(s): | Marek Pokorný |
Last Update: | Monday, June 29, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/MarekPokornyOva/MpSoft.DynamicMiddlewares |
NuGet Url: | https://www.nuget.org/packages/MpSoft.DynamicMiddlewares |
Install
Install-Package MpSoft.DynamicMiddlewares
dotnet add package MpSoft.DynamicMiddlewares
paket add MpSoft.DynamicMiddlewares
MpSoft.DynamicMiddlewares Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Hosting(>= 2.2.7)