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.36k stars 4.79k forks source link

[FEATURE REQ] Tracking issue of shared source which is now copied in multiple places #42525

Open m-nash opened 7 months ago

m-nash commented 7 months ago

Library name

Azure.Core

Please describe the feature.

As part of resolving this issue https://github.com/Azure/autorest.csharp/issues/4242 sometimes we are taking shared source which we either don't ever want a public API for or it is used in very few cases we are copying the shared source to the libraries that use it.

annelo-msft commented 7 months ago

Related to https://github.com/Azure/azure-sdk-for-net/issues/28369