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
Current solution is to inject your own Aggregate Builder implementing IConstructAggregates in EventStoreRepository constructor, where you can apply your Memento to the Aggregate.
Base implementation of AggregateFactory, should check for a constructor with memento to create an aggregate when a snapshot is present.
The text was updated successfully, but these errors were encountered: