Info
Version: | 2.0.0 |
Author(s): | Ryan Marcotte |
Last Update: | Wednesday, February 19, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/RyanMarcotte/Functional.CQS |
NuGet Url: | https://www.nuget.org/packages/Functional.CQS.AOP.IoC.SimpleInjector |
Install
Install-Package Functional.CQS.AOP.IoC.SimpleInjector
dotnet add package Functional.CQS.AOP.IoC.SimpleInjector
paket add Functional.CQS.AOP.IoC.SimpleInjector
Functional.CQS.AOP.IoC.SimpleInjector Download (Unzip the "nupkg" after downloading)
Dependencies
- Functional.CQS(>= 2.0.0)
- Functional.Primitives(>= 2.0.1 && < 3.0.0)
- Functional.Primitives.Extensions(>= 2.0.1 && < 3.0.0)
- SimpleInjector(>= 4.9.0)
Tags
Provides extension methods on Container that make registering Functional.CQS handler implementations easy.
- Functional.CQS.IQueryHandler<TQuery, TResult>
- Functional.CQS.IAsyncQueryHandler<TQuery, TResult>
- Functional.CQS.ICommandHandler<TCommand, TError>
- Functional.CQS.IAsyncCommandHandler<TCommand, TError>.