Azure / azure-sdk-for-net

This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
MIT License
5.48k stars 4.81k forks source link

[Core] Update dependency version of System.Memory.Data to consume new MediaType property #41941

Open JoshLove-msft opened 9 months ago

JoshLove-msft commented 9 months ago

The MediaType property is available 8.0.0. We need it for codegen https://github.com/Azure/autorest.csharp/issues/3731 as well as for other use cases potentially in System.ClientModel.

JoshLove-msft commented 9 months ago

/cc @joseharriaga as he pinged me about potentially leveraging this property in the OpenAI library.

m-redding commented 5 months ago

Having an old reference creates some AOT warnings since the old package is not annotated - https://github.com/Azure/azure-sdk-for-net/issues/44127

m-redding commented 1 month ago

There is a bug in version 6.0.0 (https://github.com/Azure/azure-sdk-for-net/pull/46134)

Remove workarounds added to Azure.Storage.Queues in https://github.com/Azure/azure-sdk-for-net/pull/46134 when this package is upgraded to 8.0.0.

annelo-msft commented 1 month ago

@m-redding, is this issue unblocked now with the SMD upgrade? Or is there still work needed to unblock?

m-redding commented 1 month ago

@annelo-msft No we're stuck on 6.0.0 because of Functions/Powershell. We may be able to move to 8.0.0 in November depending on Functions.