XerProjects / Xer.Cqrs

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modify RegisterCommandHandlerAttributes/RegisterEventHandlerAttributes extension methods

joel-jeremy opened this issue · comments

Modify RegisterCommandHandlerAttributes/RegisterEventHandlerAttributes extension methods to check if the passed-in factory delegate does return an instance, and use the actual type of the instance in looking for CommandHandlerAttribute and EventHandlerAttribute instead of the method's generic type parameter.