azure-sdk-for-net
azure-sdk-for-net copied to clipboard
[FEATURE REQ] consider making Azure.Core.Utf8RequestContent public
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
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.
//cc: @annelo-msft
@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!
@cataggar, would you be willing to share the specific use case you have that motivates your need for this feature? Thanks!