Skip to content

Release v20.53.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 08:44
fbfb27c

Added

  • New analyzer ARCCHR0006 warns when a reactor handler invokes ICommandPipeline.Execute but is not marked [OnceOnly]. Without it, replay operations (redaction, revision, observer rewind) re-run the handler and re-execute the command, duplicating the side effect — the analyzer catches this at build time and points you to mark the handler [OnceOnly].

Fixed

  • Update dependencies