Skip to content

Release v22.0.4

Choose a tag to compare

@dolittle-build dolittle-build released this 28 Aug 12:57
87aef57

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 Apply used in aggregate On methods