How to use the build-in IoC container from .NET Core

NServiceBus can’t currently be used with the built-in Asp.net core IoC container since it doesn’t support property injection which is required by NServiceBus.

More details here:

Depending on how many dependencies you have in your handlers one option could be to register them both in the asp.net core container and also the internal NServiceBus container?