ServiceBusExplorer icon indicating copy to clipboard operation
ServiceBusExplorer copied to clipboard

Upgrade Notification Hubs SDK to the latest version

Open ErikMogensen opened this issue 5 years ago • 2 comments

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 avatar Oct 25 '20 16:10 ErikMogensen

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

ErikMogensen avatar Jun 13 '21 09:06 ErikMogensen

@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?

  • DailyMaxActiveDevices
  • DailyMaxActiveRegistrations
  • DailyOperations
  • UserMetadata

ErikMogensen avatar Jun 13 '21 10:06 ErikMogensen