Open christopheranderson opened 7 years ago
Any chance of pushing a new 2.0.1 version of the webjobs sdk that locks the storage sdk to v7 for now? Currently it's set to WindowsAzure.Storage (>= 7.2.1)
. My projects are using v2 of the webjobs sdk and v7 of the storage sdk because of the issues I've seen on here, but for anyone who doesn't follow the project this could waste a good amount of their time.
The original issue #985 has been resolved with some reflection. I must have missed closing out this issue.
I think I'm still hitting this issue because I'm on the latest non-prerelease version of the SDK (2.0.0). Could we release an updated non-prerelease 2.0.1 that locks the storage SDK version number while we wait for the final v2.1 or v3.0?
WebJobs SDK is not compatible with Azure Storage SDK 8.+ and will break customers who try to use it.
Known issues: Queues stops working due to changes with dequeue count: https://github.com/Azure/azure-webjobs-sdk/issues/1045