issues
search
oskardudycz
/
EventSourcing.NetCore
Examples and Tutorials of Event Sourcing in .NET
https://event-driven.io
Creative Commons Attribution Share Alike 4.0 International
3.42k
stars
515
forks
source link
Refactored Append Scopes into Repository Decorators
#191
Closed
oskardudycz
closed
1 year ago
oskardudycz
commented
1 year ago
Replaced MartenAppendScope with MartenRepositoryDecorator to make it more composable, less noisy and reduce the boilerplate,
did the same for EventStoreDB,
Simplified the optimistic concurrency related registrations,
Removed redundant usings,
Renamed
cancallationToken
to
ct
to shorten syntax.
cancallationToken
toct
to shorten syntax.