Lightweight, easy to use, generic event endpoint and dispatcher.
Info
Version: | 0.2.1 |
Author(s): | Madailei |
Last Update: | Friday, June 21, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/madailei/EventDispatcher |
NuGet Url: | https://www.nuget.org/packages/EventEndpointDispatcher |
Install
Install-Package EventEndpointDispatcher
dotnet add package EventEndpointDispatcher
paket add EventEndpointDispatcher
EventEndpointDispatcher Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Http(>= 2.2.2)
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.2.0)
- Newtonsoft.Json(>= 12.0.2)