Skip to content

Release v20.69.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 07:00
66a1761

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

  • ARCCHR0008 says 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, so GetResolvedKey() reads it without a service provider (#2303)