jbogard / MediatR

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

IRequestPreProcessor & IRequestPostProcessor 12.1.0 #929

Closed xts-velkumars closed 11 months ago

xts-velkumars commented 1 year ago

@jbogard,

In the latest version of MediatR no longer scans for pre/post processors.

I'm not worrying about the Order. Because I one pre/post handlers

Can you please add a flag like below as discussed through Email. To scans for pre/post processors. That way it will not break my existing application.

cfg.ScanForRequestProcessors = true;

jtullos-bt commented 1 year ago

Our post processors are no longer getting registered with 12.1.1, but we're working fine with 12.0.1, so I'm unsure if the issue is for the latest version rather than 12.0.1.

jbogard commented 1 year ago

Upppppppgraaaaadeeee guiiiiiiideeeee