jbogard / MediatR

Simple, unambitious mediator implementation in .NET
Apache License 2.0
10.91k stars 1.16k forks source link

Explicit processor registration #922

Closed jbogard closed 1 year ago

jbogard commented 1 year ago

Removes automatic scanning of pre/post processors and has them explicitly registered. Also adds methods to infer the service types based on only passing in the implementation types.

Fixes #885, fixes #868