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
Fixed a TypeLoadException at host startup (AddCratisArcCore()) when Stage is used against Chronicle 16.34.0 or newer. Chronicle renamed the EnsureEventStore contract to EnsureEventStoreRequest and moved it into the Cratis.Chronicle.Contracts.EventStores namespace; Stage was still built against the pre-rename contract, so its own compiled self-binding metadata referenced a type that no longer exists in current Chronicle packages.
Changed
Bumped Cratis, Cratis.Arc*, Cratis.Chronicle*, and Cratis.Screenplay package references to their current latest versions.