Skip to content

[BUG][cpp-restsdk] Generated code does not work #3254

Closed
@DominikPf

Description

@DominikPf

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

swagger.zip

Steps to reproduce
  1. Place swagger.json in the working directory
  2. 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/
  1. Try to compile c++ Code
    Multiple errors in TestEntity & TestEntityApi

2019-07-01 13_56_17-TestApi - Microsoft Visual Studio
But Code seems fine for this line:

Is the cpp-restsdk generator not in the current Version? (Git Tag is also used)

2019-07-01 13_57_17-TestApi - Microsoft Visual Studio

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions