Release v22.0.4
Summary
Added analyzer to guard against bugs where new events are produced in an On method. These should only update the internal state of the aggregate, not produce new events.
Added
- Check against
Applyused in aggregateOnmethods