Cadenza.Web 1.0.15

Requires NuGet 5.0 or higher.

<Sdk Name="Cadenza.Web" Version="1.0.15" />
                    
For projects that support Sdk, copy this XML node into the project file to reference the package.
#:sdk Cadenza.Web@1.0.15
                    
#:sdk 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.

Cadenza.Web

Read this in 한국어.

Cadenza.Web is the web / Minimal API variant of the Cadenza SDK family — a single-file scripting MSBuild SDK that wraps Microsoft.NET.Sdk.Web.

Quick start

Create an api.cs file:

#!/usr/bin/env dotnet run
#:sdk Cadenza.Web@1.0.15

Get("/", () => "Hello from Cadenza.Web");
Get("/health", () => new { status = "ok", time = DateTime.UtcNow });

await Run();

Run iteratively:

dotnet run api.cs

Publish as a self-contained single binary:

dotnet publish api.cs -r linux-x64 -c Release

See the project repository for the full specification.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.15 356 5/28/2026
1.0.14 331 5/26/2026
1.0.13 334 5/26/2026
1.0.12 331 5/26/2026
1.0.7 349 5/25/2026
1.0.6 347 5/25/2026
1.0.5 340 5/25/2026
1.0.4 342 5/25/2026
1.0.3 342 5/25/2026
1.0.2 347 5/25/2026
1.0.1 340 5/25/2026
1.0.0 337 5/25/2026