You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Optional] Sponsorship to speed up the bug fix or feature request (example)
Description
When building a csharp api client with this command generates the error when building the client npm exec @openapitools/openapi-generator-cli generate -- -g csharp --skip-operation-example -i "swagger.json" -o "/openapi/csharp"
Building clients for Java, Python, and PHP all work without issue.
I would expect the same for csharp
openapi-generator version
10.8.2
OpenAPI declaration file content or url
the swagger file is over 14MB and has 479491 lines. It's generated from source code using Swashbuckle
Bug Report Checklist
Description
When building a csharp api client with this command generates the error when building the client
npm exec @openapitools/openapi-generator-cli generate -- -g csharp --skip-operation-example -i "swagger.json" -o "/openapi/csharp"
Building clients for Java, Python, and PHP all work without issue.
I would expect the same for csharp
openapi-generator version
10.8.2
OpenAPI declaration file content or url
the swagger file is over 14MB and has 479491 lines. It's generated from source code using Swashbuckle
Generation Details
Related issues/PRs
There are a lot of heap issues. I've increased java to 30GB but to no avail. Other client types are build just fine.
The text was updated successfully, but these errors were encountered: