dolittle / Bifrost

This is the stable release of Dolittle till its out of alpha->beta stages
Other
110 stars 38 forks source link

Adding properties to events breaks table storage event store #857

Open svethors opened 7 years ago

svethors commented 7 years ago

If an existing event has gotten a new property, events of the same type that were saved before the new property will throw exception on this line in the event store:

var entityProperty = entity.Properties[propertyInfo.Name];

The property will exist on the type, but not in the entity properties collection.