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.

[DEMO BUG] Missing BlobBatchClient Members

See original GitHub issue

Describe the bug

The following screenshot explains it better than a text description:

image

Expected behavior

Using v 12.6 version of the .NET SDK should provide the same functionality described in the official .NET SDK examples.

https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blobs.Batch/samples/Sample03b_BatchingAsync.cs

Actual behavior (include Exception or Stack Trace)

Missing methods

To Reproduce Steps to reproduce the behavior (include a code snippet, screenshot, or any additional information that might help us reproduce the issue)

  1. Create a new .NET Standard Class Library (2.0+)
  2. Try to implement the code shown in the above linked demo

Environment:

  • Azure.Storage.Blobs 12.6
  • find the exact project setup here LanceMcCarthy/Flusher (so to src/Flusher.Common project)
  • Visual Studio 16.7

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
amnguyecommented, Sep 9, 2020

Thanks for the feedback! I’m glad you were able to build and resolve your issue.

0reactions
LanceMcCarthycommented, Sep 9, 2020

Bingo!

I ended up in this repo via link from the other Azure.Storage.Blob demos, so I had no idea I was redirected to other samples that required an additional nuget package 🤦‍♂️

Then, I guess my only feedback is to add a comment to the using statement about the NuGet package dependency… because of the shared namespace with other NuGet packages, you have no information on how to resolve the BlobBatchClient otherwise (folks do not typically clone this entire repo, or dig around csproj when there is already an assumption you have installed the blob package)

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

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