Do we support Microsoft.Azure.DurableTask.AzureStorage version in .net 6.0? #2089
-
Microsoft.Azure.DurableTask.AzureStorage having dependency on window.azure .storage which is deprecated. So what is the alternative for that? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think there are two independent questions here, so I'll try to answer them both:
Yes, absolutely. These libraries target .NET Standard 2.0 and are fully compatible with .NET 6.0. In fact, many users are actively running Durable Functions with this Azure Storage dependency in the Azure Functions 4.0 host, which is .NET 6.
There is no alternative right now. Moving to the newer storage SDKs is on the backlog, but it's not a high priority yet since using the older, deprecated libraries doesn't cause any particularly bad problems for us. |
Beta Was this translation helpful? Give feedback.
I think there are two independent questions here, so I'll try to answer them both:
Yes, absolutely. These libraries target .NET Standard 2.0 and are fully compatible with .NET 6.0. In fact, many users are actively running Durable Functions with this Azure Storage dependency in the Azure Functions 4.0 host, which is .NET 6.
There is no alternative right now. Moving to the newer storage SDKs is on the backlog, but it's not a high priority yet since using the older, depreca…