Wayfinder.Umbraco 0.1.1

dotnet add package Wayfinder.Umbraco --version 0.1.1
                    
NuGet\Install-Package Wayfinder.Umbraco -Version 0.1.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Wayfinder.Umbraco" Version="0.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Wayfinder.Umbraco" Version="0.1.1" />
                    
Directory.Packages.props
<PackageReference Include="Wayfinder.Umbraco" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Wayfinder.Umbraco --version 0.1.1
                    
#r "nuget: Wayfinder.Umbraco, 0.1.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Wayfinder.Umbraco@0.1.1
                    
#:package 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.
#addin nuget:?package=Wayfinder.Umbraco&version=0.1.1
                    
Install as a Cake Addin
#tool nuget:?package=Wayfinder.Umbraco&version=0.1.1
                    
Install as a Cake Tool

Wayfinder.Umbraco

The Umbraco-hosted implementation of Wayfinder — a GDS-style service blueprint / service-design engine. This package provides:

  • A DB-backed, uSync-portable service blueprint store (prismCmsServiceBlueprint table, its own PackageMigrationPlan).
  • The generic in-process engine wiring (AddWayfinderUmbraco()).
  • A generic business-app HTTP client (IBusinessAppProcessManagerClient) for hosts that run their own remote engine instead.
  • Service-request controllers, stage/hub Razor views, and the PrismComponents/ PrismFields partials that turn a rendered stage into GOV.UK-styled markup.
  • Nonce, file-upload, and field-validation infrastructure.

It has no multi-tenancy or auth opinion of its own — a host wires its own identity/tenant resolution on top. Umbraco Prism is the reference consumer: it layers multi-tenant OIDC and a single-queue "CMS Workflow" product opinion on top of this package's generic primitives.

Depends on

Both are published to the same GitHub Packages feed this package itself publishes to.

Building

Restoring requires read access to https://nuget.pkg.github.com/jonnymuir/index.json (see NuGet.config) — set a WAYFINDER_PACKAGES_TOKEN environment variable to a GitHub PAT with read:packages scope.

export WAYFINDER_PACKAGES_TOKEN=<your PAT>
dotnet build Wayfinder.Umbraco.slnx
dotnet pack Wayfinder.Umbraco.slnx

License

MIT — see LICENSE.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
0.1.1 19 7/31/2026
0.1.0 28 7/31/2026