rebus-org / Rebus.ServiceProvider

:bus: Microsoft Extensions Dependency Injection container adapter for Rebus
https://mookid.dk/category/rebus
Other
68 stars 32 forks source link

Feature/use rebus with action #8

Closed trreeves closed 7 years ago

trreeves commented 7 years ago

To address this issue: https://github.com/rebus-org/Rebus.ServiceProvider/issues/6

Plus added a sample web app to show how Rebus gets setup in a Startup.cs.

It actually highlighted the need for a logging bridge between Rebus and MS' new Logging component. It's very simple - see MSLoggerFactoryAdapter.cs in Sample.WebApp. Could be worth providing in it's own package?


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 7 years ago

excellent! it's out in 4.0.0-b06 in a few minutes