Skip to content

Refactored the CQRS Flow .NET samples to not use MediatR

Compare
Choose a tag to compare
@oskardudycz oskardudycz released this 06 Aug 10:39
· 58 commits to main since this release
962416a

Refactoring of the CQRS Flow .NET example based on the feedback

  • Removed MediatR library not to have a redundant dependency from the external package (no advanced features like pipelines were used)
  • Removed marker interface for Commands, Queries and Events to reduce potential ceremony