-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move Operation helper types to Azure.Core #2231
Comments
@AlexanderSher, @m-nash, do you have any concerns about this? |
There is an issue to move HttpPipelineExtensions methods to Azure.Core. Can we do this as a part of this issue? |
These types should be just removed: OperationOrResponseInternals
OperationOrResponseInternalsOfT Also, we need to fix generated code so that |
@AlexanderSher, by removed, do you mean deleted from both repos? |
We should also try to get rid of |
Duplicate of Azure/azure-sdk-for-net#28369 |
We need to move the following files out of generator shared source in the autorest.csharp repo into Azure.Core shared source in the azure-sdk-for-net repo:
This is for two reasons:
The text was updated successfully, but these errors were encountered: