Bielu.Overlay.NET.Readers
1.0.0
Prefix Reserved
See the version list below for details.
dotnet add package Bielu.Overlay.NET.Readers --version 1.0.0
NuGet\Install-Package Bielu.Overlay.NET.Readers -Version 1.0.0
<PackageReference Include="Bielu.Overlay.NET.Readers" Version="1.0.0" />
<PackageVersion Include="Bielu.Overlay.NET.Readers" Version="1.0.0" />
<PackageReference Include="Bielu.Overlay.NET.Readers" />
paket add Bielu.Overlay.NET.Readers --version 1.0.0
#r "nuget: Bielu.Overlay.NET.Readers, 1.0.0"
#:package Bielu.Overlay.NET.Readers@1.0.0
#addin nuget:?package=Bielu.Overlay.NET.Readers&version=1.0.0
#tool nuget:?package=Bielu.Overlay.NET.Readers&version=1.0.0
Bielu.Overlay.NET.Readers
JSON and YAML readers for the OpenAPI Overlay Specification, producing Bielu.Overlay.NET documents.
A separate package so YamlDotNet stays out of the engine's dependency graph.
Installation
dotnet add package Bielu.Overlay.NET.Readers
Usage
var result = OverlayStringReader.Read(text); // JSON or YAML, auto-detected
if (result.HasErrors)
{
foreach (var diagnostic in result.Diagnostics)
{
Console.Error.WriteLine(diagnostic);
}
}
OverlayDocument? overlay = result.Document;
Malformed input produces diagnostics rather than exceptions.
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.Overlay.NET (>= 1.0.0)
- Bielu.Spec.Shared (>= 1.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Bielu.Overlay.NET.Readers:
| Package | Downloads |
|---|---|
|
Bielu.AspNetCore.AsyncApi.Overlay
Applies OpenAPI Overlays to AsyncAPI documents inside the generation pipeline, so the document served by MapAsyncApi() (and produced by build-time generation) 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.1-beta.20260808071927 | 0 | 8/8/2026 |
| 1.0.0 | 112 | 8/2/2026 |
| 1.0.0-beta.639217237252543535 | 25 | 8/7/2026 |
| 1.0.0-beta.639212611648129867 | 43 | 8/2/2026 |
| 1.0.0-beta.639212599446238423 | 47 | 8/2/2026 |
| 1.0.0-beta.639212120718910090 | 53 | 8/1/2026 |
| 1.0.0-beta.639212076260211021 | 55 | 8/1/2026 |
| 1.0.0-beta.639212044042877584 | 52 | 8/1/2026 |
| 1.0.0-beta.639209220947418460 | 46 | 7/29/2026 |
| 1.0.0-beta.639209066819502286 | 47 | 7/29/2026 |
| 1.0.0-beta.639208696856244784 | 49 | 7/28/2026 |