madelson / DistributedLock

A .NET library for distributed synchronization
MIT License
1.74k stars 182 forks source link

Consider updating Azure.Storage.Blobs to latest once linked issue is resolved #185

Closed madelson closed 3 months ago

madelson commented 4 months ago

See https://github.com/Azure/azure-sdk-for-net/issues/41894

OR, if they decline to address the issue just change call to:

        client.UploadPages(new MemoryStream(new byte[BlobSize]), offset: 0, conditions: new PageBlobRequestConditions() { LeaseId = handle.LeaseId }, progressHandler: null, transactionalContentHash: null, cancellationToken: default);