Hi everyone,
We’ve just released NServiceBus.Extensions.Hosting 1.0.0.
What’s New?
NServiceBus.Extensions.Hosting
allows your NServiceBus endpoints to take advantage of the common hosting model provided by Microsoft.Extensions.Hosting. Starting from ASP.NET Core 3.0, this is the new standard hosting model for ASP.NET web applications. Check out the documentation for more information.
Due to the different hosting models, NServiceBus.Extensions.Hosting
cannot provide integration with ASP.NET Core 2 web applications. If you’re unable to upgrade to ASP.NET Core version 3, a community NuGet package Community.NServiceBus.WebHost is available to integrate NServiceBus with the ASP.NET Core 2 WebHost. For usage refer to the documentation.
Where to get it
You can install the new version from NuGet.
Where do I send feedback?
To send feedback, please create an issue in the NServiceBus.Extensions.Hosting 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.