azure-sdk-for-net icon indicating copy to clipboard operation
azure-sdk-for-net copied to clipboard

[FEATURE REQ] consider making Azure.Core.Utf8RequestContent public

Open cataggar opened this issue 1 year ago • 6 comments
trafficstars

Library name

Azure.Core

Please describe the feature.

In March, Utf8JsonRequestContent.cs was duplicated many many times in this PR because it is internal in Azure.Core. Before this PR, it was in the Autorest shared code. I too need to duplicate it in our internal code. Please consider making it public.

Related issues:

  • #30714
  • #39023

cataggar avatar May 01 '24 20:05 cataggar

Hi @cataggar. Thanks for reaching out and for your suggestion. We'll take this under advisement and provide an update when a decision has been reached.

jsquire avatar May 02 '24 13:05 jsquire

//cc: @annelo-msft

jsquire avatar May 02 '24 13:05 jsquire

@cataggar - yes. We are tracking the migration of shared source types to public types with https://github.com/Azure/azure-sdk-for-net/issues/43760. This specific one will likely look different as we proceed with that migration work as we now have a content-writing story centered around the ModelReaderWriter types in System.ClientModel. Thanks for flagging this one and keep an eye on that issue to track progress in this space. Thanks!

annelo-msft avatar May 02 '24 15:05 annelo-msft

@cataggar, would you be willing to share the specific use case you have that motivates your need for this feature? Thanks!

annelo-msft avatar May 20 '24 17:05 annelo-msft