Bielu.AspNetCore.AsyncApi.Cli
1.0.0
Prefix Reserved
dotnet tool install --global Bielu.AspNetCore.AsyncApi.Cli --version 1.0.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local Bielu.AspNetCore.AsyncApi.Cli --version 1.0.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Bielu.AspNetCore.AsyncApi.Cli&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Bielu.AspNetCore.AsyncApi.Cli --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Bielu.AspNetCore.AsyncApi.Cli
dotnet asyncapi — a .NET tool for working with the AsyncAPI documents your application produces.
Installation
dotnet tool install --global Bielu.AspNetCore.AsyncApi.Cli
Commands
# Generate documents from a built ASP.NET Core assembly
dotnet asyncapi getdocument --assembly MyApi --assembly-path ./bin/Release/net10.0/MyApi.dll --output ./docs
# Validate one or more documents (--strict also fails on warnings)
dotnet asyncapi validate --file asyncapi.json --strict --format json
# Compare two documents and fail the build on a breaking change
dotnet asyncapi diff --base old.json --head new.json --fail-on-breaking --format markdown
# Merge documents from several services into one
dotnet asyncapi merge --source a.json --source b.json --output merged.json
validate and diff exit non-zero on failure, so they drop straight into CI. diff classifies
a removed channel, operation or message — and any narrowing of a payload schema — as breaking.
Documentation
Feedback & Contributing
Released under the MIT license. Bug reports and contributions are welcome at the GitHub repository.
| 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.
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 85 | 8/2/2026 |
| 1.0.0-beta.639212611648129867 | 41 | 8/2/2026 |
| 1.0.0-beta.639212599446238423 | 51 | 8/2/2026 |
| 1.0.0-beta.639212120718910090 | 54 | 8/1/2026 |
| 1.0.0-beta.639212076260211021 | 41 | 8/1/2026 |
| 1.0.0-beta.639212044042877584 | 44 | 8/1/2026 |
| 1.0.0-beta.639209220947418460 | 43 | 7/29/2026 |
| 1.0.0-beta.639209066819502286 | 49 | 7/29/2026 |
| 1.0.0-beta.639208696856244784 | 49 | 7/28/2026 |
| 1.0.0-beta.639207351003116057 | 52 | 7/27/2026 |
| 1.0.0-beta.639207338242555809 | 49 | 7/27/2026 |
| 1.0.0-beta.639203173131792988 | 49 | 7/22/2026 |
| 1.0.0-beta.639203162467618196 | 48 | 7/22/2026 |
| 1.0.0-beta.639203031360907880 | 48 | 7/22/2026 |
| 1.0.0-beta.639203020568560427 | 49 | 7/22/2026 |
| 1.0.0-beta.639203013842046086 | 46 | 7/22/2026 |
| 1.0.0-beta.639200918818601177 | 52 | 7/19/2026 |
| 1.0.0-beta.639200865823940136 | 42 | 7/19/2026 |
| 1.0.0-beta.639200669692946724 | 52 | 7/19/2026 |
| 1.0.0-beta.639197837648052351 | 125 | 7/16/2026 |
Loading failed