Closed FinalFortune closed 1 year ago
Can you reproduce the problem in a PR for one of the EF integration tests?
Hello there!
We hope you are doing well. We noticed that this issue has not seen any activity in the past 90 days. We consider this issue to be stale and will be closing it within the next seven days.
If you still require assistance with this issue, please feel free to reopen it or create a new issue.
Thank you for your understanding and cooperation.
Best regards, EventFlow
Hello there!
This issue has been closed due to inactivity for seven days. If you believe this issue still needs attention, please feel free to open a new issue or comment on this one to request its reopening.
Thank you for your contribution to this repository.
Best regards, EventFlow
I'm using JsonExtensionData for an entity and its ReadModel. Updates don't seem to be always propagated to the database.
I read that
Update
must be explicitly called on the dbset/entity for the above modification to allow for change tracking to work.I'm not entirely sure what the best solution to this would be, perhaps this isn't an issue with property bags, but I think that is a feature provided by later entityframework versions after the version used in this project.
Perhaps best to have this entity update its custom values purely by serializing a JSON string and have the field as JSON. However, I do have use cases where the additional property structure will be navigated and used.
Perhaps I need to add an update somewhere here https://github.com/eventflow/EventFlow/blob/369042002f7a7c00fe27b3e21094c95624866187/Source/EventFlow.EntityFramework/ReadStores/EntityFrameworkReadModelStore.cs#L244?