Azure / azure-storage-net-data-movement

Azure Storage Data Movement Library for .Net
MIT License
276 stars 132 forks source link

Microsoft.Azure.Storage.File dependence deprecated #242

Open premiaware opened 3 years ago

premiaware commented 3 years ago

azure-storage-net-data-movement use Nuget Package dependence "Microsoft.Azure.Storage.File" ecc. this package now is deprecated, azure-storage-net-data-movement will be updated with new package?

I use it in UWP and AspNet project.

EmmaZhu commented 3 years ago

Hi @premiaware ,

We are planning plan for a next generation DMLib.

May I ask more about your scenarios: Would you need to leverage some new Azure Storage service features which is not supported in DMLib yet? Is there scenario in your production that you'd need to upgrade to the new storage SDK to support?

Thanks Emma

premiaware commented 3 years ago

Thank's for answer. No, the actual Lib is ok, working well, but is not good use deprecated Nuget Package, especially if these packages use azure resources, i would not want it to stop working suddenly due to constant microsoft updates.

EmmaZhu commented 3 years ago

About the library compatibility with azure storage, we will make sure there's a version of DMLib compatible to azure storage service.

Thanks Emma

Banner-Keith commented 3 years ago

@EmmaZhu Is there any update on this? Some orgs such as my own have policies that we can't use deprecated packages. What's the timeline for fixing this dependency.

amnguye commented 3 years ago

Unfortunately we cannot give a timeline on the next generation DMLib, however we can say that even though the dependencies are deprecated, if there are problems related to data integrity and security, fixes will be put out. If that was the main concern of the deprecated library. So there's still limited support for the library. https://github.com/azure/azure-storage-net#support-statement

scottbright22 commented 3 years ago

@EmmaZhu is there any update on this? We just started looking at starting to roll our Azure Batch Application to the new storage libraries and found that the DML still needs the old versions. We use DML for the much faster up and downloads to Azure Storage. Thanks for any help you can give us.

kinizumi commented 1 year ago

what a shame, this library is a dead end now😢