Releases: juro-org/MediatR.LightCore
0.2.0
As part of this release we had 2 issues closed.
bug
- #12 System.ArgumentException: 'The number of generic arguments provided doesn't equal the arity of the generic type definition. (Parameter 'instantiation')'
enhancement
- #18 Add Readme.md to nupkg
Where to get it
You can download this release from nuget.
0.1.1: Merge pull request #7 from JuergenRB/develop
- Request Handler #1
- Void Request Handler #1
- Pipeline Behavior #1
- Pre-Processor #6
- Post-Processor #6
- Constrained Post-Processor #6
- Ordered Behaviors #6
- Notification Handler #1
- Notification Handlers #1
- Constrained Notification Handler #1
- Covariant Notification Handler
- Handler for inherited request with same exception used
- Handler for inherited request with base exception used
- Handler for request with less specific exception used by priority
- Preferred handler for inherited request with base exception used.
- Overridden handler for inherited request with same exception used
0.1.0
First Nuget package -
Supported features
Request Handler....................................................Y
Void Request Handler...............................................Y
Pipeline Behavior..................................................Y
Pre-Processor......................................................N
Post-Processor.....................................................N
Constrained Post-Processor.........................................N
Ordered Behaviors..................................................N
Notification Handler...............................................Y
Notification Handlers..............................................Y
Constrained Notification Handler...................................Y