paolosalvatori / ServiceBusExplorer

The Service Bus Explorer allows users to connect to a Service Bus namespace and administer messaging entities in an easy manner. The tool provides advanced features like import/export functionality or the ability to test topic, queues, subscriptions, relay services, notification hubs and events hubs.
MIT License
1.98k stars 577 forks source link

Upgrade Notification Hubs SDK to the latest version #472

Open ErikMogensen opened 3 years ago

ErikMogensen commented 3 years ago

As mentioned in #397 we want to start using the new SDK for Notifiation Hubs, https://github.com/Azure/azure-notificationhubs-dotnet/releases . It is based on .NET Core. However the classes are a bit different so this requires some work. Also some properties are deprecated which should be replaced according to the recommendations.

ErikMogensen commented 3 years ago

Need to do this to be able to move to .NET 5.

ErikMogensen commented 3 years ago

@brannon, a year ago you mentioned that were a good contact regarding NotificationHubs issues. Is this still true? I am wondering because I would like some help with updating Microsoft.Azure.NotificationHubs from 1.0.9 to 4.1.0 in ServiceBusExplorer.

The problem is the following properties in the NotificationHubDescription class which do not exist in the latest version of Microsoft.Azure.NotificationHubs. How should they be handled?