-
Notifications
You must be signed in to change notification settings - Fork 245
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
[OpenAPI 3 Emitter] Reuse Operation IDs With Identical Values In @OperationId Decorators For Shared Routes #6157
Conversation
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.
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
All changed packages have been documented.
Show changes
|
typo Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
You can try these changes here
|
e2e test just seems to be failing the playground tests |
Co-authored-by: Timothee Guerin <timothee.guerin@outlook.com>
Azure Pipelines successfully started running 2 pipeline(s). |
Fix: #5513
This pull request introduces changes to reuse operation IDs when all
@operationId
decorators share the same value, which improve the usability for client code generation to leverage the shared operation ID.