Release v20.53.0
Added
- New analyzer
ARCCHR0006warns when a reactor handler invokesICommandPipeline.Executebut 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