gautema / CQRSlite

A lightweight framework to help creating CQRS and Eventsourcing applications in C#
Other
1.1k stars 266 forks source link

Allow registration of specific handlers - fixes #65 #66

Closed binarymash closed 6 years ago

binarymash commented 6 years ago

I understand your concern about deprecating RouteRegistrar.Register - my argument for it is that the name of the method is a bit confusing at the moment, and will get even more confusing with the new method I've added. However, it's still in there for now, as a build warning, so it won't be an immediate breaking change for anyone.

gautema commented 6 years ago

Looks good. I'll take a better look at it on monday, think a bit about the names, maybe delete det obsolete method (it's probably just used one place, so should be easy to switch) and then merge it.

gautema commented 6 years ago

Merged and version 0.20.0 is published and should be available on nuget soon. Thanks for the help.