Blogs  >  Issue in Azure Storage Client Library 5.0.0 and 5.0.1 preview in AppendBlob functionality

Issue in Azure Storage Client Library 5.0.0 and 5.0.1 preview in AppendBlob functionality

Issue in Azure Storage Client Library 5.0.0 and 5.0.1 preview in AppendBlob functionality


An issue in the Azure Storage Client Library 5.0.0 for .Net and in the Azure Storage Client Library 5.0.1 preview for .Net was recently discovered. This will impact the Windows desktop and phone targets. The details of the issue are as follows:

When the method to append a string of text to an append blob asynchronously,  CloudAppendBlob.AppendTextAsync() is invoked with either only the content parameter specified or only the content and CancellationToken parameters specified, the call will overwrite the blob content instead of appending to it. Other synchronous and asynchronous invocations to append a string of text to an append blob (CloudAppendBlob.AppendText() , CloudAppendBlob.AppendTextAsync()) do not manifest the issue.

The Azure Storage team has hotfixes available for both releases for this issue. The hotfix will have updated versions 5.0.2 and 5.0.3-preview respectively. If you had installed either Azure Storage Client Library 5.0.0 for .Net or the Azure Storage Client Library 5.0.1 preview for .Net, please make sure to update your references with the corresponding package. You can install the these versions either from:

  1. The Visual Studio NuGet Package Manager UI.
  2. The Package Manager console using the following command (the released version for instance): Install-Package WindowsAzure.Storage -Version 5.0.2
  3. The NuGet gallery web page that houses the package: here for the released version and here for the preview version.

Please note the following:

  1. The older versions will be unlisted in the Visual Studio NuGet Package Manager UI.
  2. If you attempt to launch the web page that contained the original package, you may encounter a 404 error.
  3. We recommend you to not install the older versions through the Package Manager console so that you don’t run into the issue.

Thank you for your support to Azure Storage. We look forward to your continued feedback.

Microsoft Azure Storage Team


Comments (0)