[DEMO BUG] Missing BlobBatchClient Members
See original GitHub issueDescribe the bug
The following screenshot explains it better than a text description:
Expected behavior
Using v 12.6 version of the .NET SDK should provide the same functionality described in the official .NET SDK examples.
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)
- Create a new .NET Standard Class Library (2.0+)
- 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:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
No results found
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
Thanks for the feedback! I’m glad you were able to build and resolve your issue.
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)