jbogard / MediatR.Extensions.Microsoft.DependencyInjection

MediatR extensions for Microsoft.Extensions.DependencyInjection
MIT License
327 stars 89 forks source link

Add multiple request pre/post processors #59

Closed henkmollema closed 5 years ago

henkmollema commented 5 years ago

Flips the addIfAlreadyExists boolean switch to true which allows adding multiple request pre/post processors for the same request type.

Resolves #58

henkmollema commented 5 years ago

@jbogard I've flipped the bool and added the concrete request pre/post processors along with the existing generic ones to the tests.

henkmollema commented 5 years ago

Thanks Jimmy!