rebus-org / Rebus.AzureQueues

:bus: Azure Storage Queues transport implementation for Rebus
https://mookid.dk/category/rebus
Other
7 stars 5 forks source link

Package deprecation: WindowsAzure.Storage #5

Closed asleire closed 4 years ago

asleire commented 4 years ago

Microsoft has split the nuget package WindowsAzure.Storage into smaller more specialized packages (much like you did with Rebus.AzureStorage)

I believe this project should be updated to use the new package, Microsoft.Azure.Storage.Queue, though it would be a breaking change.

Thoughts?

Just noticed you are actually using Microsoft.Azure.Storage.Queue, which is obviously the reason you split the project in the first place. The cause of my troubles is actually a breaking change made in Microsoft.Azure.Storage.Queue

mookid8000 commented 4 years ago

👍 😁