New azure storage libraries
See original GitHub issueNewest version of WindowsAzure.Storage nuget package description says:
NOTE: As of version 9.4.0, this library has been split into multiple parts and replaced: See https://www.nuget.org/packages/Microsoft.Azure.Storage.Blob/, https://www.nuget.org/packages/Microsoft.Azure.Storage.File/, https://www.nuget.org/packages/Microsoft.Azure.Storage.Queue/, and https://www.nuget.org/packages/Microsoft.Azure.Storage.Common/.
For table support, see https://www.nuget.org/packages/Microsoft.Azure.CosmosDB.Table/.
This client library enables working with the Microsoft Azure storage services which include the blob and file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client.
For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/README.md and https://github.com/Azure/azure-storage-net/blob/master/changelog.txt
Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/
When can I expect this sdk to start referencing these newer nuget packages?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:9 (1 by maintainers)
Top Results From Across the Web
Azure Storage client libraries for .NET
The latest version of the Azure Storage client library for data access is version 12.x.x. Microsoft recommends using version 12.
Read more >Microsoft Azure Storage SDK for .NET (Deprecated)
The Microsoft Azure Storage SDK for .NET allows you to build Azure applications that take advantage of scalable cloud computing resources. This repository ......
Read more >Azure Storage Blobs client library for Python
Azure Storage Blobs client library for Python · Serving images or documents directly to a browser · Storing files for distributed access ·...
Read more >Azure.Storage.Blobs 12.17.0
This client library enables working with the Microsoft Azure Storage Blob service for storing binary and text data. For this release see notes...
Read more >Microsoft Azure Storage Client Library for C++
The Azure Storage Client Library for C++ allows you to build applications against Microsoft Azure Storage. For an overview of Azure Storage, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The
Microsoft.Azure.WebJobs.Host.Storage
library is NetStandard 2.0, but has a dependency onWindowsAzure.Storage
which is NOT NetStandard 2.0. This is making an ugly dependency graph when trying to use it in a netcoreapp3.0 console application. I hope this can be tackled soon to use the newer Azure storage libraries as @nvmkpk pointed out 7 months ago.@jeffhollan reviewing the P1 assignments and, because of how long this has been in the queue, I’m removing that assignment so we can review.