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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
[RemovedWith<T>] on a child collection type now actually removes the item from the collection. Its key expression was stored verbatim (e.g. RoleId) while the projection's other keys are camelCased, so it never matched the serialized event content and no removal was produced. (#135)
In-memory read models now apply child removals — the in-memory sink silently ignored ChildRemoved changes (the MongoDB and SQL sinks already handled them).