rebus-org / Rebus

:bus: Simple and lean service bus implementation for .NET
https://mookid.dk/category/rebus
Other
2.31k stars 359 forks source link

Add coverage for inherited ActivationHandlersStep plus a missing visibility change #1175

Closed X509Whatever closed 2 weeks ago

X509Whatever commented 2 weeks ago

In the PR #1173 I forgot something :( If the method to be reflected in the (base) extended class is private, adding the BindingFlag FlattenHierarchy does not work.

Here I try to fix it with a regression test (trying to follow the codestyle I have been seeing). Regards.


Rebus is MIT-licensed. The code submitted in this pull request needs to carry the MIT license too. By leaving this text in, I hereby acknowledge that the code submitted in the pull request has the MIT license and can be merged with the Rebus codebase.

mookid8000 commented 2 weeks ago

Excellent work! 👍