-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
ClientModel: Migrate stable types from Azure.Core Shared source to public types #28369
Comments
Includes migrating Generator Shared source to Azure.Core public types as well. Related to:
In the Zinc timeframe, we plan to make a plan for this migration. |
Related to #30714 |
As @christothes brought up in triage, perhaps this could be broken up into bite-sized issues - some of which could be done in MQ potentially. |
Specific customer ask for MultipartFormDataContent to be made public in #24819 |
Consolidating types that standardize exceptions to a single type could address the following files:
|
We have had a few issues where we have considered having Helper\Utility APIs that may be useful to other SDKs and we should consider exposing those APIs are public helper methods in core. |
@pallavit, would it be possible to link those issues to this one so we can track them together? |
Why is this a P1? For instance, why supporting this is higher priority than enabling support for pagination in debranded toolchain? |
My initial impression is that for our efforts to parallelize Core work, it'd be good to have a plan here to unblock forward progress as we chip away on these types. For pagination, I don't know of a concrete scenario, but I'm open to reprioritization based on new information, so please view what we have today as the start of the conversation and happy to reshuffle as needed! |
TODO: consider adding a helper to polyfill missing APIs on netstandard2.0 in serialization routines, e.g. to use one type for instances of https://github.com/search?q=repo%3AAzure%2Fazure-sdk-for-net+NET6_0_OR_GREATER+NOT+path%3AResourceManager&type=code&p=3 |
Hi @christothes, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support. |
Issue still active and slated for this semester |
After 30 days of no activity, the bot will close this again. I'm going to clone the issue in order to buy us two more years of peace. |
New issue: # #43760 |
Library name
Azure.Core
Types
Note: shared source in the autorest.csharp repo is now tracked by #32006
The text was updated successfully, but these errors were encountered: