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
  • Open 7
  • Merged 309
  • Closed 17
  • All 333
Subscribe to RSS feed
  • [csharp-dotnet2] REMOVED   4 of 4 checklist items completed
    !2786 · created May 01, 2019 by Jim Schubert   4.0.0   Client: C-Sharp
    • CLOSED
    • 0
    updated May 06, 2019
  • [C#][.NET Core] fix map instantiation in models extending Dictionary   4 of 4 checklist items completed
    !2776 · created May 01, 2019 by William Cheng   4.0.0   Client: C-Sharp Issue: Bug
    • MERGED
    • 0
    updated May 01, 2019
  • [C#] Additional null check before doing SequenceEqual check   3 of 4 checklist items completed
    !2768 · created Apr 30, 2019 by Administrator   4.0.0   Client: C-Sharp Enhancement: General
    • MERGED
    • 0
    updated May 01, 2019
  • Update C# client dependency   4 of 4 checklist items completed
    !2678 · created Apr 16, 2019 by William Cheng   4.0.2   Client: C-Sharp Enhancement: Compatibility
    • MERGED
    • 0
    updated Jun 03, 2019
  • Remove emitDefaultValue option from C# generators   0 of 4 checklist items completed
    !2559 · created Apr 01, 2019 by William Cheng   4.0.0   Breaking change (with fallback) Client: C-Sharp Enhancement: Compatibility Feature: OAS 3.0 spec support Server: C-Sharp
    • MERGED
    • 0
    updated Apr 28, 2019
  • [csharp] update Petsore sample   3 of 3 checklist items completed
    !2550 · created Mar 30, 2019 by Administrator   4.0.0   Client: C-Sharp Enhancement: CI/Test
    • MERGED
    • 0
    updated Mar 30, 2019
  • [Csharp] add nullable support to API client   3 of 4 checklist items completed
    !2528 · created Mar 27, 2019 by Administrator   4.0.0   Client: C-Sharp Enhancement: Feature Feature: OAS 3.0 spec support
    • MERGED
    • 0
    updated Mar 30, 2019
  • [Java][C#][JS] remove localVariablePrefix   4 of 4 checklist items completed
    !2423 · created Mar 16, 2019 by William Cheng   4.0.0   Breaking change (without fallback) Client: C-Sharp Client: Java Client: JavaScript/Node.js Enhancement: General
    • MERGED
    • 0
    updated Apr 28, 2019
  • Updates the toInstantiationType method in the csharp generator, Adds spec additionalProperties + nullable examples   4 of 4 checklist items completed
    !2405 · created Mar 14, 2019 by Administrator   4.0.0   Client: C-Sharp Enhancement: CI/Test
    • MERGED
    • 0
    updated Apr 04, 2019
  • [C#][netcore] Fix package name in the localVar types   4 of 4 checklist items completed
    !2378 · created Mar 12, 2019 by Administrator   4.0.0   Client: C-Sharp Issue: Bug
    • MERGED
    • 0
    updated Mar 16, 2019
  • Rename generator: csharp-refactor => csharp-netcore   0 of 4 checklist items completed
    !2348 · created Mar 10, 2019 by William Cheng   4.0.0   Client: C-Sharp Enhancement: General
    • MERGED
    • 0
    updated Mar 12, 2019
  • C# refactor improvements: .NET Standard and .NET Core   3 of 4 checklist items completed
    !2187 · created Feb 19, 2019 by Jim Schubert   4.0.0   Client: C-Sharp Enhancement: Compatibility
    • MERGED
    • 0
    updated Mar 10, 2019
  • Fix C# discriminator's mapping name   4 of 4 checklist items completed
    !1942 · created Jan 18, 2019 by William Cheng   4.0.0   Client: C-Sharp Feature: Composition / Inheritance Issue: Bug
    • MERGED
    • 0
    updated Jan 30, 2019
  • Fix response headers in CSharp   4 of 4 checklist items completed
    !1935 · created Jan 17, 2019 by Administrator   4.0.0   Client: C-Sharp Issue: Bug
    • MERGED
    • 0
    updated Jan 18, 2019
  • [C#][Refactor] Fix nullable required property in the constructor   0 of 4 checklist items completed
    !1819 · created Jan 05, 2019 by William Cheng   4.0.0   Client: C-Sharp Issue: Bug
    • MERGED
    • 0
    updated Jan 06, 2019
  • Add nullable support to C# client (refactor)   4 of 4 checklist items completed
    !1775 · created Dec 29, 2018 by William Cheng   4.0.0   Client: C-Sharp Enhancement: Feature Feature: OAS 3.0 spec support
    • MERGED
    • 0
    updated Dec 31, 2018
  • Use CompareNetObject for object comparison in C# client (refactor)   4 of 4 checklist items completed
    !1765 · created Dec 27, 2018 by William Cheng   4.0.0   Client: C-Sharp Enhancement: General
    • MERGED
    • 0
    updated Jan 04, 2019
  • Add C# client (refactor) to Appveyor CI   3 of 4 checklist items completed
    !1738 · created Dec 22, 2018 by William Cheng   4.0.0   Client: C-Sharp Enhancement: CI/Test
    • MERGED
    • 0
    updated Dec 23, 2018
  • Fix C# client warnings   4 of 4 checklist items completed
    !1737 · created Dec 22, 2018 by William Cheng   4.0.0   Client: C-Sharp Issue: Non-operational
    • MERGED
    • 0
    updated Dec 23, 2018
  • [csharp-refactor] Minor csharp refactor changes   0 of 4 checklist items completed
    !1723 · created Dec 20, 2018 by Jim Schubert   4.0.0   Client: C-Sharp Enhancement: General
    • MERGED
    • 0
    updated Dec 22, 2018
  • Prev
  • 1
  • …
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • Next