Release v20.69.0
Summary
Follows up the two loose ends left by #2431.
Added
- A quick fix for
ARCCHR0008, rewriting a command's data annotations[Key]into the Chronicle one (#2303)
Changed
ARCCHR0008says what happens if it is left alone — Chronicle resolves a new event source id for the command and every read model keyed by it resolves to nothing — and reports on the attribute rather than the property name (#2303)
Deprecated
CommandContextExtensions.GetResolvedKey(CommandContext, IServiceProvider). A command's key is now resolved while the command context values are being built, soGetResolvedKey()reads it without a service provider (#2303)