Skip to content

Releases: denis-peshkov/Cross.CQRS

v8.3.0

03 Jul 13:51
88623a8
Compare
Choose a tag to compare

What's Changed

  • Set the RequestFilterBehavior before the ValidationBehavior by @denis-peshkov in #7

Full Changelog: v8.2.2...v8.3.0

v8.2.2

16 May 13:49
f27dfc4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.2.1...v8.2.2

v8.2.1

15 May 21:29
bd4d9e5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.2.0...v8.2.1

8.2.0

16 Apr 18:11
ba6ee27
Compare
Choose a tag to compare
  • Added IRequestFilter with Behaviour to filter request of query or command.
  • Added IResultFilter with Behaviour to filter result of query or command.

Added NoRegisterAutomaticallyAttribute to avoid register instance of class automatically in DI.

03 Apr 18:26
acc9fac
Compare
Choose a tag to compare

Added NoRegisterAutomaticallyAttribute to avoid register instance of class automatically in DI.
Small fixes.
Added sample project.

Fixed unhandled exception on .NET 8

24 Nov 10:10
Compare
Choose a tag to compare
  • Fixed unhandled exception on .NET 8. System.TypeLoadException: GenericArguments[0], 'TCommnd', on 'MediatR.IRequestHandler`2[TRequest,TResponse]' violates the constraint of type parameter 'TRequest'.
  • Upgrade packages.

Added support for .NET 8

18 Nov 17:39
Compare
Choose a tag to compare

Added support for .NET 8.

Removed PaginatedQuery as useless.

18 Nov 15:35
13d3a0f
Compare
Choose a tag to compare

Removed PaginatedQuery as useless.
Updated version to correlate with .NET version.

Icon and readme update

13 Nov 02:17
8df365d
Compare
Choose a tag to compare

Documentation updated.
Icon updated.

Latest source from original repository

13 Nov 01:39
Compare
Choose a tag to compare

Simple .NET MediatR base Query, Command, Event.
Event Queue and Validation behaviors.
Written on C#