Azure-Samples / Azure-Samples/storage-blob-dotnet-getting-started

await blockBlob.UploadFromFileAsync(imageToUpload, FileMode.Open);

Open
#4 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
164
Forks
176
PR merge metrics
No merged PRs in 30d

Description

This sample no longer works with the latest version of windowsazure.storage (v7) ... await blockBlob.UploadFromFileAsync(imageToUpload, FileMode.Open);

cannot convert from 'System.IO.FileMode' to 'System.Threading.CancellationToken'

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.