You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add callback after Raise happened in IEventSourced implementation
OnRaised is provided so you can (for example) record telemetry on events after they are raised (initially), as opposed to Apply which is also run on read/playback.
Remove code fixer for [GenerateSerializer] which is unused
We no longer need it since we generate it via a partial class for the messages too.
Related to #66
Add example deserializing a more complex type
The dictionary still requires a private setter, as the deserializer will not just invoke Add for each entry, unfortunately.