Skip to content

Releases: juro-org/MediatR.LightCore

0.2.0

04 Oct 21:54
Compare
Choose a tag to compare

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

06 Nov 00:11
67e1d48
Compare
Choose a tag to compare
  • 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

19 Oct 22:37
b23916d
Compare
Choose a tag to compare

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