Bielu.AspNetCore.Arazzo
1.0.0
Prefix Reserved
See the version list below for details.
dotnet add package Bielu.AspNetCore.Arazzo --version 1.0.0
NuGet\Install-Package Bielu.AspNetCore.Arazzo -Version 1.0.0
<PackageReference Include="Bielu.AspNetCore.Arazzo" Version="1.0.0" />
<PackageVersion Include="Bielu.AspNetCore.Arazzo" Version="1.0.0" />
<PackageReference Include="Bielu.AspNetCore.Arazzo" />
paket add Bielu.AspNetCore.Arazzo --version 1.0.0
#r "nuget: Bielu.AspNetCore.Arazzo, 1.0.0"
#:package Bielu.AspNetCore.Arazzo@1.0.0
#addin nuget:?package=Bielu.AspNetCore.Arazzo&version=1.0.0
#tool nuget:?package=Bielu.AspNetCore.Arazzo&version=1.0.0
Bielu.AspNetCore.Arazzo
ASP.NET Core integration for Bielu.Arazzo.NET: author Arazzo workflows with a fluent builder, serve them from your app, and have their references checked against the documents that same app produces.
Installation
dotnet add package Bielu.AspNetCore.Arazzo
Usage
builder.Services.AddArazzo(options =>
{
options.WithInfo("Streetlights workflows", "1.0.0");
options.AddWorkflow("measureAndAlert", wf => wf
.Step("publishMeasurement", s => s
.Operation("$sourceDescriptions.events.sendLightMeasurement")
.Output("measurementId", "$message.payload#/id")));
});
var app = builder.Build();
app.MapArazzo(); // -> /arazzo/{documentName}.json | .yaml
Cross-spec reference validation
The differentiating feature: sourceDescriptions can be resolved against the live documents of
the same application — its AsyncAPI documents and its Microsoft.AspNetCore.OpenApi document — so
every operationId and channelPath a step references is checked at startup rather than
failing in production. Rename a channel and the app fails to start, instead of the workflow silently
pointing at nothing.
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.Arazzo.NET (>= 1.0.0)
- Bielu.AspNetCore.AsyncApi (>= 1.0.0)
- Microsoft.AspNetCore.OpenApi (>= 10.0.10)
- Microsoft.OpenApi (>= 2.10.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Bielu.AspNetCore.Arazzo:
| 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.1-beta.20260808071927 | 0 | 8/8/2026 |
| 1.0.0 | 96 | 8/2/2026 |
| 1.0.0-beta.639217237252543535 | 25 | 8/7/2026 |
| 1.0.0-beta.639212611648129867 | 42 | 8/2/2026 |
| 1.0.0-beta.639212599446238423 | 46 | 8/2/2026 |
| 1.0.0-beta.639212120718910090 | 47 | 8/1/2026 |
| 1.0.0-beta.639212076260211021 | 44 | 8/1/2026 |
| 1.0.0-beta.639212044042877584 | 48 | 8/1/2026 |
| 1.0.0-beta.639209220947418460 | 40 | 7/29/2026 |
| 1.0.0-beta.639209066819502286 | 45 | 7/29/2026 |
| 1.0.0-beta.639208696856244784 | 45 | 7/28/2026 |
| 1.0.0-beta.639207351003116057 | 44 | 7/27/2026 |
| 1.0.0-beta.639207338242555809 | 46 | 7/27/2026 |