Closed
Description
Bug Report Checklist
- Have you provided a full/minimal spec to reproduce the issue?
- Have you validated the input using an OpenAPI validator (example)?
- [4.0.2] What's the version of OpenAPI Generator used?
- Have you search for related issues/PRs?
Description
Version: 4.0.2 Docker
The Code Generator creates invalid Code for Model Definitions (Simple Interaction (string<->string seems fine)
OpenAPI declaration file content or url
Steps to reproduce
- Place swagger.json in the working directory
- Execute Swagger Generator CLI via Docker
docker run --rm -v ${PWD}:/local openapitools/openapi-generator-cli:v4.0.2 generate -i local/swagger.json -g cpp-restsdk -o /local/TestApi.Client/
- Try to compile c++ Code
Multiple errors in TestEntity & TestEntityApi
But Code seems fine for this line:
Is the cpp-restsdk generator not in the current Version? (Git Tag is also used)