Open leorg99 opened 1 month ago
Thanks in advance! @devhl-labs @wing328
You are seeing this because you have multiple group tags. You may not have seen it before because it was writing two files to identical file paths, other than casing. On Windows, that results in only one file being written. That bug was fixed, and now you have two duplicate methods. I am not sure why having tags should generate multiple methods, but it seems intended.
Bug Report Checklist
Description
The generated .NET code seems to generate duplicate API methods. For example, in
GroupsApi.cs
:I don't see any differences between the duplicated API methods.
openapi-generator version
7.9.0
OpenAPI declaration file content or url
Generation Details
csharp.config
Steps to reproduce
Build
Related issues/PRs
19626
Suggest a fix