Bielu.AspNetCore.AsyncApi.Overlay
1.0.0
Prefix Reserved
dotnet add package Bielu.AspNetCore.AsyncApi.Overlay --version 1.0.0
NuGet\Install-Package Bielu.AspNetCore.AsyncApi.Overlay -Version 1.0.0
<PackageReference Include="Bielu.AspNetCore.AsyncApi.Overlay" Version="1.0.0" />
<PackageVersion Include="Bielu.AspNetCore.AsyncApi.Overlay" Version="1.0.0" />
<PackageReference Include="Bielu.AspNetCore.AsyncApi.Overlay" />
paket add Bielu.AspNetCore.AsyncApi.Overlay --version 1.0.0
#r "nuget: Bielu.AspNetCore.AsyncApi.Overlay, 1.0.0"
#:package Bielu.AspNetCore.AsyncApi.Overlay@1.0.0
#addin nuget:?package=Bielu.AspNetCore.AsyncApi.Overlay&version=1.0.0
#tool nuget:?package=Bielu.AspNetCore.AsyncApi.Overlay&version=1.0.0
Bielu.AspNetCore.AsyncApi.Overlay
Applies OpenAPI Overlays to your AsyncAPI document
inside the generation pipeline, so the document served from /asyncapi/{documentName}.json is
already transformed. No build step, and no second artifact to keep in sync.
An overlay is a small, reviewable JSON/YAML file of ordered actions that select nodes by JSONPath and then update, copy or remove them — the declarative alternative to writing transformation code in C#.
Installation
dotnet add package Bielu.AspNetCore.AsyncApi.Overlay
Usage
builder.Services.AddAsyncApi("v1", options =>
{
options.AddOverlay("overlays/public.yaml"); // applied in declaration order
options.ConfigureOverlays(o => o.Strict = true); // a zero-match target becomes an error
});
Overlays apply at both production points — the runtime endpoint (JSON and YAML) and build-time generation — so a checked-in document and the served one can never disagree about whether the overlay ran. Overlay files are resolved lazily and cached, so a missing file cannot break startup, and a failure surfaces as an error rather than a silently untransformed document.
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. |
-
net10.0
- Bielu.AspNetCore.AsyncApi (>= 1.0.0)
- Bielu.Overlay.NET (>= 1.0.0)
- Bielu.Overlay.NET.Readers (>= 1.0.0)
- Bielu.Spec.Shared (>= 1.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Bielu.AspNetCore.AsyncApi.Overlay:
| Package | Downloads |
|---|---|
|
Bielu.AspNetCore.Arazzo.Overlay
Applies OpenAPI Overlays to Arazzo workflow documents inside the generation pipeline, so the document served by MapArazzo() is already transformed — no post-processing step and no second artifact to keep in sync. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 93 | 8/2/2026 |
| 1.0.0-beta.639217237252543535 | 0 | 8/7/2026 |
| 1.0.0-beta.639212611648129867 | 39 | 8/2/2026 |
| 1.0.0-beta.639212599446238423 | 49 | 8/2/2026 |
| 1.0.0-beta.639212120718910090 | 47 | 8/1/2026 |
| 1.0.0-beta.639212076260211021 | 45 | 8/1/2026 |
| 1.0.0-beta.639212044042877584 | 46 | 8/1/2026 |
| 1.0.0-beta.639209220947418460 | 46 | 7/29/2026 |