Skip to content

.NET

  • Status: Preview
  • Last verified: 2026-02-23
  • Data source: apps/docs/src/data/language-support.yaml (dotnet)
  1. Clone https://github.com/hellmai/lumenflow-example-dotnet.
  2. Restore project dependencies: dotnet restore.
  3. Bootstrap workflow files via Node canonical path: npx @lumenflow/cli@3.2.0.
  4. Run workflow smoke: pnpm wu:prep --id WU-EXAMPLE.
npx @lumenflow/cli@3.2.0
pnpm wu:claim --id WU-EXAMPLE --lane "Framework: Core"

Native NuGet tool channel support is out of scope in this initiative.

software_delivery:
  gates:
    execution:
      preset: dotnet

Preset commands from packages/@lumenflow/core/src/gates-presets.ts:

dotnet restore
dotnet format --verify-no-changes
dotnet build --no-restore -warnaserror
dotnet test --no-restore
pnpm wu:prep --id WU-EXAMPLE