OpenAPITools / openapi-generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
https://openapi-generator.tech
Apache License 2.0
21.49k stars 6.51k forks source link

[csharp][generichost][8.0.x] Fix operation parameter ordering #18830

Closed devhl-labs closed 4 months ago

devhl-labs commented 4 months ago

Changed the order of operation parameters to alphabetical. This is usually what we would see in a C# method and matches our model constructors.

PR checklist