Bielu.AspNetCore.AsyncApi.Merger
1.0.0
Prefix Reserved
dotnet add package Bielu.AspNetCore.AsyncApi.Merger --version 1.0.0
NuGet\Install-Package Bielu.AspNetCore.AsyncApi.Merger -Version 1.0.0
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="Bielu.AspNetCore.AsyncApi.Merger" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Bielu.AspNetCore.AsyncApi.Merger" Version="1.0.0" />
<PackageReference Include="Bielu.AspNetCore.AsyncApi.Merger" />
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 Bielu.AspNetCore.AsyncApi.Merger --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Bielu.AspNetCore.AsyncApi.Merger, 1.0.0"
#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 Bielu.AspNetCore.AsyncApi.Merger@1.0.0
#: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=Bielu.AspNetCore.AsyncApi.Merger&version=1.0.0
#tool nuget:?package=Bielu.AspNetCore.AsyncApi.Merger&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Bielu.AspNetCore.AsyncApi.Merger
Merges AsyncAPI documents from several services into one document — the usual shape for an API gateway that wants to present a single description of everything behind it.
Installation
dotnet add package Bielu.AspNetCore.AsyncApi.Merger
Usage
builder.Services.AddAsyncApiMerge(options =>
{
options.AddSource("https://orders.internal/asyncapi/v1.json", keyPrefix: "orders");
options.AddSource("https://inventory.internal/asyncapi/v1.json", keyPrefix: "inventory");
});
var app = builder.Build();
app.MapMergedAsyncApi("/asyncapi/v1.json");
Sources may be local files or remote URLs. Remote documents are cached and re-fetched on change, and channel names can be prefixed per source so two services publishing the same channel do not collide.
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.
-
net10.0
- Bielu.AspNetCore.AsyncApi (>= 1.0.0)
- ByteBard.AsyncAPI.NET (>= 3.0.1)
- ByteBard.AsyncAPI.NET.Bindings (>= 3.0.1)
- ByteBard.AsyncAPI.NET.Readers (>= 3.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 83 | 8/2/2026 |
| 1.0.0-beta.639212611648129867 | 38 | 8/2/2026 |
| 1.0.0-beta.639212599446238423 | 41 | 8/2/2026 |
| 1.0.0-beta.639212120718910090 | 44 | 8/1/2026 |
| 1.0.0-beta.639212076260211021 | 42 | 8/1/2026 |
| 1.0.0-beta.639212044042877584 | 43 | 8/1/2026 |
| 1.0.0-beta.639209220947418460 | 39 | 7/29/2026 |
| 1.0.0-beta.639209066819502286 | 43 | 7/29/2026 |
| 1.0.0-beta.639208696856244784 | 43 | 7/28/2026 |
| 1.0.0-beta.639207351003116057 | 42 | 7/27/2026 |
| 1.0.0-beta.639207338242555809 | 55 | 7/27/2026 |
| 1.0.0-beta.639203173131792988 | 46 | 7/22/2026 |
| 1.0.0-beta.639203162467618196 | 44 | 7/22/2026 |
| 1.0.0-beta.639203031360907880 | 44 | 7/22/2026 |
| 1.0.0-beta.639203020568560427 | 45 | 7/22/2026 |
| 1.0.0-beta.639203013842046086 | 42 | 7/22/2026 |
| 1.0.0-beta.639200918818601177 | 52 | 7/19/2026 |
| 1.0.0-beta.639200865823940136 | 51 | 7/19/2026 |
| 1.0.0-beta.639200669692946724 | 50 | 7/19/2026 |
| 1.0.0-beta.639197837648052351 | 55 | 7/16/2026 |
Loading failed