rebus-org / Rebus.AzureBlobs

:bus: Azure Blobs-based databus storage for Rebus
https://mookid.dk/category/rebus
Other
3 stars 5 forks source link

Deprecated package #4

Closed DCompagner closed 1 year ago

DCompagner commented 1 year ago

Hi, the 'Microsoft.Azure.KeyVault.Core' package included in this project is deprecated. Would you kindly upgrade to to a newer package, the package deprecation notice recommends Azure.Security.KeyVault.Secrets?

mookid8000 commented 1 year ago

Sure, I've pushed Rebus.AzureBlobs 0.6.0 to NuGet.org just now 🙂

Thanks for makine me aware of this.

DCompagner commented 1 year ago

Thanks for the fast response. This is however not exactly what I meant, the whole 'Microsoft.Azure.KeyVault.Core' package is set as deprecated see: https://www.nuget.org/packages/Microsoft.Azure.KeyVault.Core

Can you upgrade to the appropriate package?

mookid8000 commented 1 year ago

Microsoft.Azure.KeyVault.Core is deprecated, so one should not start new projects with it – but it's still receiving security fixes, so one should be afraid of having it included.

Changing to Azure.Security.KeyVault.Secrets requires that the Microsoft.Azure.Storage.Blob dependency be changed to Azure.Storage.Blobs, which is a bigger change.

It's definitely going to happen, but I don't have the time right now.

If you'd like to accelerate this, feel free to submit a PR 🙂 If you need help getting started doing the migration, I'd be happy to guide you