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.47k stars 4.8k forks source link

Move generator HttpPipelineExtensions methods to Azure.Core #27483

Closed ShivangiReja closed 1 year ago

ShivangiReja commented 2 years ago

Library name

Azure.Core

Please describe the feature.

HttpPipelineExtensions class exists in Generator.Shared and it has ProcessMessage methods which we use in DPG methods. Here is an example of how do we use these methods in DPG.

I think we should move all the methods from HttpPipelineExtensions to Azure.Core as it can be useful for the cases when someone has to handwrite the DPG methods.

azure-sdk commented 2 years ago

Label prediction was below confidence level 0.6 for Model:ServiceLabels: 'Extensions:0.4857908,Azure.Core:0.28164512,Storage:0.117870994'

ShivangiReja commented 2 years ago

CC: @annelo-msft

heaths commented 2 years ago

Do we make these public extension methods, or as shared source in Core?

annelo-msft commented 1 year ago

Closing as duplicate of https://github.com/Azure/azure-sdk-for-net/issues/32006