Azure / azure-notificationhubs-dotnet

.NET SDK for Azure Notification Hubs
MIT License
70 stars 123 forks source link

[QUERY] Migrating from v1.0.9 to v4.1.0 #199

Closed ErikMogensen closed 2 years ago

ErikMogensen commented 3 years ago

I am trying to update Microsoft.Azure.NotificationHubs from 1.0.9 to 4.1.0 in ServiceBusExplorer, https://github.com/paolosalvatori/ServiceBusExplorer/issues/472#issuecomment-860186523.

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?

mpodwysocki commented 3 years ago

@ErikMogensen Yes, this is a regression from the 1.0.9 release as we reintroduced the management plane operations. Will do some research as to what effort it may take to add it back.

ErikMogensen commented 3 years ago

Thanks @mpodwysocki. Have you had the time to look into this?

mpodwysocki commented 3 years ago

@ErikMogensen We have it in our internal backlog and will try to get to it as soon as we can, given that we have limited cycles.

ErikMogensen commented 3 years ago

Does it require service side changes? If only client changes are needed I might be able to create a PR for this.

ErikMogensen commented 3 years ago

Any news on this?

mpodwysocki commented 2 years ago

@ErikMogensen re-implemented in 4.1.1

ErikMogensen commented 2 years ago

Wonderful! @mpodwysocki, is it on its way to nuget.org?

mpodwysocki commented 2 years ago

@ErikMogensen Yes, we are working on getting a NuGet package out as soon as we can. We have had some publishing issues which should be resolved soon.

ErikMogensen commented 2 years ago

@mpodwysocki , have you been able to resolve the issues?

mpodwysocki commented 2 years ago

@ErikMogensen I am no longer on the Azure Notification Hubs team. ping @marstr and @aimankhan

ErikMogensen commented 2 years ago

@marstr and @aimankhan, has anyone of you looked into the issues of publishing the NuGet package for 4.1.1?