You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It increases readability and looks generally much better if we can allow having the actual domain concept as the constructor parameter for AggregateRoots / EventSources:
publicclassMessaging:AggregateRoot{publicMessaging(Inboxinbox):base((Guid)inbox)// Conversion to Guid - as we have implicit conversion to EventSourceId from Guid{}}
Consider also if it makes sense to have a generic AggregateRoot:
It increases readability and looks generally much better if we can allow having the actual domain concept as the constructor parameter for AggregateRoots / EventSources:
Consider also if it makes sense to have a generic AggregateRoot:
This would also make it easier for the next step; applying events:
with an event:
The text was updated successfully, but these errors were encountered: