Corvus.Text.Json.OpenApi.CodeGeneration 5.1.6

dotnet add package Corvus.Text.Json.OpenApi.CodeGeneration --version 5.1.6
                    
NuGet\Install-Package Corvus.Text.Json.OpenApi.CodeGeneration -Version 5.1.6
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Corvus.Text.Json.OpenApi.CodeGeneration" Version="5.1.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Corvus.Text.Json.OpenApi.CodeGeneration" Version="5.1.6" />
                    
Directory.Packages.props
<PackageReference Include="Corvus.Text.Json.OpenApi.CodeGeneration" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Corvus.Text.Json.OpenApi.CodeGeneration --version 5.1.6
                    
#r "nuget: Corvus.Text.Json.OpenApi.CodeGeneration, 5.1.6"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Corvus.Text.Json.OpenApi.CodeGeneration@5.1.6
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Corvus.Text.Json.OpenApi.CodeGeneration&version=5.1.6
                    
Install as a Cake Addin
#tool nuget:?package=Corvus.Text.Json.OpenApi.CodeGeneration&version=5.1.6
                    
Install as a Cake Tool

Corvus.Text.Json.OpenApi.CodeGeneration

Code generation for .NET API clients and servers from OpenAPI and AsyncAPI specifications.

Produces strongly-typed C# using Corvus.Text.Json zero-allocation types. The generated client code parses API responses directly into document-backed value types — no intermediate object model, no deserialization, no allocation on the happy path.

Architecture

OpenAPI/AsyncAPI spec
  → Parse via V5 type libraries
  → Walk via ISpecWalker (zero-allocation)
  → Build ClientModel (operations, parameters, schemas)
  → Feed schemas to existing V5 JsonSchemaTypeBuilder
  → Emit client interfaces + implementations
  → Write .cs files

Key Types

  • ClientModel — complete API model: metadata, operations, schemas
  • ClientOperation — one API method: path, HTTP method, parameters, request/response
  • ClientModelBuilder — builds ClientModel from ISpecWalker output
  • ClientCodeEmitter — produces C# source files from ClientModel
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Corvus.Text.Json.OpenApi.CodeGeneration:

Package Downloads
Corvus.Text.Json.OpenApi30

Strongly-typed V5 model types for OpenAPI 3.0 specifications, generated from the official OpenAPI 3.0 JSON Schema metaschema using the Corvus.Text.Json source generator.

Corvus.Text.Json.OpenApi32

Strongly-typed V5 model types for OpenAPI 3.2 specifications, generated from the official OpenAPI 3.2 JSON Schema metaschema using the Corvus.Text.Json source generator.

Corvus.Text.Json.OpenApi31

Strongly-typed V5 model types for OpenAPI 3.1 specifications, generated from the official OpenAPI 3.1 JSON Schema metaschema using the Corvus.Text.Json source generator.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.1.6 0 6/4/2026
5.1.5 61 6/2/2026
5.1.4 69 6/2/2026
5.1.3 93 5/31/2026
5.1.2 92 5/31/2026
5.1.1 91 5/31/2026
5.1.0 110 5/28/2026