migration - Upgrading from Windows Azure Storage Client Library 2.1 to 3.0 -
I am upgrading a project from .NET MVC 4.0 to 5.0. Mostly, the NuGet package has worked without upgrading code; However, there are some major changes when renewing the Azure Storage Client.
Now I have a large number of build errors - BlobRequestOptions class has lost many members like DeleteSnapshotsOption and UseFlatBlobOption members, and CloudBlobContainer is no longer the CreateIfNotExists function
Does anyone Is the migration guide address for upgrading from previous Azure Storage client versions to 3.0? Or maybe I'm missing something dumb and easy? Migration Guide 1.7 to 2.0 can help you with Migration Although we have 3.0 (listed) There are some breaking changes, though there should be no major changes between 2.0 and 3.0. Please tell us whether you have a renewable version of the latest version 3.X and we can help.
We strongly encourage you to upgrade to the latest version because it includes a ton of new features, a broad platform, compatibility, better performance and modifications, which customers have given us over time, To solve those great reactions. In addition, 3.X libraries have also supported the storage REST version 2013-08-15.
Comments
Post a Comment