jbogard / MediatR.Extensions.Microsoft.DependencyInjection

MediatR extensions for Microsoft.Extensions.DependencyInjection
MIT License
326 stars 90 forks source link

Are behaviors registered "manually" for a reason? #76

Closed wooderz closed 5 years ago

wooderz commented 5 years ago

Was just wondering if this is by design and something I'm missing, or is it worth a PR to add behaviors into the auto registration system?

jbogard commented 5 years ago

It’s to be able to specify an order for behaviors.

On Wed, Sep 25, 2019 at 9:50 AM James Woodley notifications@github.com wrote:

Was just wondering if this is by design and something I'm missing, or is it worth a PR to add behaviors into the auto registration system?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jbogard/MediatR.Extensions.Microsoft.DependencyInjection/issues/76?email_source=notifications&email_token=AAAZQMSJNREEJ4Q64P4FECDQLMJ35A5CNFSM4I2JCFAKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HNQSREQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAZQMXO6EDGFJ2HQ7Z2POLQLMJ35ANCNFSM4I2JCFAA .

wooderz commented 5 years ago

Ah nice, thanks for letting me know