-
Notifications
You must be signed in to change notification settings - Fork 42
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
Tcgc/xml encoded name #1862
base: release/november-2024
Are you sure you want to change the base?
Tcgc/xml encoded name #1862
Conversation
All changed packages have been documented.
Show changes
|
); | ||
// 1. Check xml name encoding | ||
if (xmlNameDecorator.length > 0) { | ||
return xmlNameDecorator[0].arguments["name"]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So we're thinking that there really shouldnt be a case where encodedName is used with this decorator, right? We'll always return what's in @xml.name
You can try these changes here
|
as i mentioned in the meeting, please hold this fix until i get the design for serialization refactor in tcgc, thanks. |
fixes Azure/autorest.python#2914