Enables command handlers and query handlers to be registered using Microsoft.Extensions.DependencyInjection.
Info
| Version: | 1.0.0 |
| Author(s): | Bernhard Richter |
| Last Update: | Monday, November 4, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/seesharper/CQRS.Concepts |
| NuGet Url: | https://www.nuget.org/packages/CQRS.Microsoft.Extensions.DependencyInjection |
Install
Install-Package CQRS.Microsoft.Extensions.DependencyInjection
dotnet add package CQRS.Microsoft.Extensions.DependencyInjection
paket add CQRS.Microsoft.Extensions.DependencyInjection
CQRS.Microsoft.Extensions.DependencyInjection Download (Unzip the "nupkg" after downloading)
Dependencies
- CQRS.Execution(>= 1.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.0.0)
Tags