XerProjects / Xer.Cqrs

A lightweight and easy-to-use CQRS + DDD library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement IServiceCollection.AddCqrs() extension method

joel-jeremy opened this issue · comments

Create a new repository/project that will extend the IServiceCollection interface. IServiceCollection.AddCqrs() should register all command/event/query handlers in the current assembly or in a provided assembly with AddCqrs(assembly).