Releases: denis-peshkov/Cross.CQRS
Releases · denis-peshkov/Cross.CQRS
v8.3.0
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
v8.2.1
8.2.0
- 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.
Added NoRegisterAutomaticallyAttribute to avoid register instance of class automatically in DI.
Small fixes.
Added sample project.
Fixed unhandled exception on .NET 8
- 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
Added support for .NET 8.
Removed PaginatedQuery as useless.
Removed PaginatedQuery as useless.
Updated version to correlate with .NET version.
Icon and readme update
Documentation updated.
Icon updated.
Latest source from original repository
Simple .NET MediatR base Query, Command, Event.
Event Queue and Validation behaviors.
Written on C#