charlessolar / Aggregates.NET

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Id not set until after hydrate

charlessolar opened this issue · comments

Due to the TId stuff the repository class doesn't set the entity's Id field until after hydration - which doesn't matter too much, but is a little odd.

There is also a related issue of Id not being set when resolving conflicts

Fixed in version 0.6.0