I am trying to follow the documentation on GitHub for Rebus.ServiceProvider AddRebus method as documented in the link https://github.com/rebus-org/Rebus.ServiceProvider but it seems likely that there is something wrong with me as as I can't get it working as expected.
services.AddRebus(isPrimaryBus: false, ...); Missing
onCreated: async bus => {...}//Missing and
builder.Host.AddRebusService( services => (...) ); also Missing
What other Nugets in addition to Rebus.RabbitMQ and Rebus.ServiceProvider are required to make it work properly.
Thanks in Advance.
This seems to be in version 8 that is not final yet.