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
  • Issues
  • #4818
Closed
Open
Issue created Dec 17, 2019 by Administrator@rootContributor

[REQ] [donet-core] Support for dotnet core 3.1

Created by: hpollak

It leads not in a unresolveable Problem to use csharp-netcore to generate client-code for .netcore 2.x but Dotnet-core 3.1 has LTS. You can port the generated code to 3.1 but 3.1 should supported by the generator. I generated the Code from kubernetes.json - Swagger-File.

It works after a view corrections, but there are a lot of warnings (CS0472) caused by the null-checks, the functions use types i.e. bool and not bool? so its per definition not possible to be null ( this checks can be removed )

the project files contains allso the targetframework in the PropertyGroup of the SDK. Can be changed to netcoreapp3.1

So it would be nice to have a generation-option for netcoreapp3.1.

Assignee
Assign to
Time tracking