Skip to content

OpenApiClientGen v3

Compare
Choose a tag to compare
@zijianhuang zijianhuang released this 26 Jan 23:55
· 95 commits to master since this release
  1. Separate keywords of C# and TypeScript, so renaming identifiers defined in def to avoid conflicting with C# or TypeScript could be kept to minimum.
  2. More resilient to Swagger / OpenAPI definitions unfriendly to code gen for C# and TypeScript.
  3. The integration test suites cover over 1,700 OpenAPI v3 definitions and over 615 Swagger v2 definitions: generate codes, compile with C# compiler and TypeScript/Angular compiler.