question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

New azure storage libraries

See original GitHub issue

Newest 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:open
  • Created 4 years ago
  • Reactions:3
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
AgSync-Aaroncommented, Nov 8, 2019

The Microsoft.Azure.WebJobs.Host.Storage library is NetStandard 2.0, but has a dependency on WindowsAzure.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. image

1reaction
fabiocavcommented, Sep 5, 2019

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found