Azure.Core 1.44.1 with bug on Dependency System.Memory.Data 6.0.0 for instruction BinaryData.Empty.ToString() #46734
Labels
Azure.Core
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
issue-addressed
Workflow: The Azure SDK team believes it to be addressed and ready to close.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Unable to use NuGet package Azure.Core 1.44.1 with Dependency System.Memory.Data 6.0.0 on .NET 8 Application.
The previous version Azure.Core 1.43.0 with Dependency System.Memory.Data 1.0.2 is working well.
Suggestion: Update Dependency System.Memory.Data to version 8.0.1 for Azure.Core 1.44.1 NuGet package.
Steps to reproduce the bug:
Create a console app with .NET 8
Install NuGet package Azure.Core 1.44.1 (with Dependency System.Memory.Data 6.0.0)
Write this code line: string data = BinaryData.Empty.ToString();
Run...
You get: System.ArgumentNullException: 'Value cannot be null. (Parameter 'bytes')'
The text was updated successfully, but these errors were encountered: