You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The .NET Generic Host is becoming the de facto standard to host .NET Core applications, we introduced generic host support through the NServiceBus.Extensions.Hosting package in V7. For V8 that will rely on the Microsoft Dependency Injection and Logging stack, generic hosting is even more important as it provides a default way to set up, configure, and start NServiceBus endpoints.
The text was updated successfully, but these errors were encountered:
The .NET Generic Host is becoming the de facto standard to host .NET Core applications, we introduced generic host support through the
NServiceBus.Extensions.Hosting
package in V7. For V8 that will rely on the Microsoft Dependency Injection and Logging stack, generic hosting is even more important as it provides a default way to set up, configure, and start NServiceBus endpoints.The text was updated successfully, but these errors were encountered: