Retiring of the WindowsAzure.ServiceBus nuget package by 30 September 2026 (SignalR)

Kajus K 20 Reputation points
2024-07-22T08:12:18.5+00:00

We use WindowsAzure.ServiceBus and Microsoft.AspNet.SignalR (including Microsoft.AspNet.SignalR.ServiceBus) nuget packages in our .NET Framework projects.

We have no clear path as to how we're supposed to migrate this. Specifically, since GlobalHost.DependencyResolver seems to only have support for WindowsAzure.ServiceBus.

We'd appreciate guidance or any references that can help us take necessary actions.

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
609 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
140 questions
{count} votes

Accepted answer
  1. JananiRamesh-MSFT 26,151 Reputation points
    2024-07-24T14:27:28.9266667+00:00

    @Kajus K Thanks for reaching out. You’ve got the dependency chain reversed. 

    Microsoft.AspNet.SignalR.ServiceBus and Microsoft.AspNet.SignalR.ServiceBus3 packages depend on WindowsAzure.ServiceBus, and not the other way around.

    In this case, you would need to wait for the owners of the Microsoft.AspNet.SignalR.ServiceBus and Microsoft.AspNet.SignalR.ServiceBus3 packages to release updated versions that support Azure.Messaging.ServiceBus

    do let me know incase of further queries, I would be happy to assist you.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.