Corvus.Text.Json.AsyncApi26
5.1.19
dotnet add package Corvus.Text.Json.AsyncApi26 --version 5.1.19
NuGet\Install-Package Corvus.Text.Json.AsyncApi26 -Version 5.1.19
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.AsyncApi26" Version="5.1.19" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Corvus.Text.Json.AsyncApi26" Version="5.1.19" />
<PackageReference Include="Corvus.Text.Json.AsyncApi26" />
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.AsyncApi26 --version 5.1.19
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Corvus.Text.Json.AsyncApi26, 5.1.19"
#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.AsyncApi26@5.1.19
#: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.AsyncApi26&version=5.1.19
#tool nuget:?package=Corvus.Text.Json.AsyncApi26&version=5.1.19
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Corvus.Text.Json.AsyncApi26
Strongly-typed V5 model types for AsyncAPI 2.6 specifications.
Generated from the official AsyncAPI 2.6.0 JSON Schema metaschema using the Corvus.Text.Json code generator.
Usage
using Corvus.Text.Json;
using Corvus.Text.Json.AsyncApi26;
using ParsedJsonDocument<AsyncApiDocument> doc =
ParsedJsonDocument<AsyncApiDocument>.Parse(File.ReadAllBytes("my-api.json"));
AsyncApiDocument root = doc.RootElement;
string version = (string)root.Asyncapi; // "2.6.0"
AsyncAPI 2.x Structure
In AsyncAPI 2.x, operations are embedded in channels as publish/subscribe:
channels→ map of channel items, each with optionalpublishandsubscribeoperationsservers→ map of server objectscomponents→ reusable schemas, messages, security schemes, etc.
| Product | Versions 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.
-
net10.0
- Corvus.Text.Json (>= 5.1.19)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Corvus.Text.Json.AsyncApi26:
| Package | Downloads |
|---|---|
|
Corvus.Text.Json.AsyncApi.CodeGeneration
Code generation engine for AsyncAPI specifications. Walks AsyncAPI 2.6 and 3.0 typed models to emit producer, consumer, and message types. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.1.19 | 0 | 6/19/2026 |
| 5.1.18 | 44 | 6/17/2026 |
| 5.1.17 | 47 | 6/17/2026 |
| 5.1.16 | 101 | 6/10/2026 |
| 5.1.14 | 101 | 6/9/2026 |
| 5.1.13 | 97 | 6/9/2026 |
| 5.1.12 | 103 | 6/8/2026 |
| 5.1.11 | 105 | 6/7/2026 |
| 5.1.10 | 103 | 6/7/2026 |
| 5.1.9 | 109 | 6/6/2026 |
| 5.1.8 | 109 | 6/5/2026 |
| 5.1.7 | 100 | 6/5/2026 |
| 5.1.6 | 105 | 6/4/2026 |
| 5.1.5 | 106 | 6/2/2026 |
| 5.1.4 | 109 | 6/2/2026 |
| 5.1.3 | 106 | 5/31/2026 |
| 5.1.2 | 103 | 5/31/2026 |
| 5.1.1 | 113 | 5/31/2026 |
| 5.1.0 | 129 | 5/28/2026 |