NServiceBus.Extensions.DependencyInjection 1.0.0 - New package available

Hi everyone,

We’ve just released NServiceBus.Extensions.DependencyInjection 1.0.0.

What’s New

The NServiceBus.Extensions.DependencyInjection package allows your NServiceBus endpoints to be configured with any third-party dependency injection container implementing the Microsoft.Extensions.DependencyInjection abstraction. Check out the documentation for more information.

This package removes the need for the container adapter packages available for NServiceBus for most of the currently supported dependency injection containers. Our samples and documentation have been updated to demonstrate how to integrate these containers with NServiceBus using the NServiceBus.Extensions.DependencyInjection package:

Note that Spring and Ninject don’t provide support for the Microsoft.Extensions.DependencyInjection abstraction. NServiceBus 7 will continue to support the NServiceBus.Spring and NServiceBus.Ninject adapter packages.

Where to get it

You can install the new package from NuGet.

Where do I send feedback?

To send feedback, please create an issue in the NServiceBus.Extensions.DependencyInjection repository or email support@particular.net.

With thanks,
The team in Particular

Please read our release policy for more details. Follow @ParticularNews to be notified of new releases and bug fixes.