Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openapi-generator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,476
    • Issues 3,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 402
    • Merge requests 402
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenAPI Tools
  • openapi-generator
  • Merge requests
  • !10803

[C#] fix multi-file compile error

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/malesh/fix-10802-csharp-multifile into master Nov 07, 2021
  • Overview 0
  • Commits 2
  • Pipelines 0
  • Changes 44

Created by: malesh

Generated csharp-netcore client fails to compile for a multi-file spec (see issue #10802 (closed)); fixed by updating template to handle an array of files.

Also added a sample that reproduces the issue; this was done in the first commit so reviewing commit-by-commit will show the effect the fix had on the generated client.

Closes #10802 (closed)

CC: @mandrean, @frankyjuang, @shibayan, @Blackclaws, @lucamazzanti

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/malesh/fix-10802-csharp-multifile