charlessolar / Aggregates.NET

.NET event sourced domain driven design model via NServiceBus and GetEventStore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning for public `Handle` methods

charlessolar opened this issue · comments

To handle events state methods must be private.

Would be nice to print a warning if we discover public methods called Handle