AspNetWebHooks icon indicating copy to clipboard operation
AspNetWebHooks copied to clipboard

Old version of Windows.AzureStorage used in Custom.AzureStorage

Open mgreisen opened this issue 8 years ago • 1 comments

The project uses version 4.3.0 With newer versions of the storage libaray (we use 8.5) there is a binary incompatibility with the TableOperation.Retrieve function used in StorageManager -> ExecuteRetrievalAsync which results in a missing method exception.

mgreisen avatar Feb 21 '18 18:02 mgreisen

Can follow along after AzureStorage package without breaking customers. It's up to customers to decide on the version of this package they want.

Note the current package version is 9.0.0.

dougbu avatar Feb 27 '18 22:02 dougbu