RunicToolkit.Hosting.Build 0.1.0-preview.30.1

This is a prerelease version of RunicToolkit.Hosting.Build.
dotnet add package RunicToolkit.Hosting.Build --version 0.1.0-preview.30.1
                    
NuGet\Install-Package RunicToolkit.Hosting.Build -Version 0.1.0-preview.30.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="RunicToolkit.Hosting.Build" Version="0.1.0-preview.30.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RunicToolkit.Hosting.Build" Version="0.1.0-preview.30.1" />
                    
Directory.Packages.props
<PackageReference Include="RunicToolkit.Hosting.Build" />
                    
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 RunicToolkit.Hosting.Build --version 0.1.0-preview.30.1
                    
#r "nuget: RunicToolkit.Hosting.Build, 0.1.0-preview.30.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 RunicToolkit.Hosting.Build@0.1.0-preview.30.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=RunicToolkit.Hosting.Build&version=0.1.0-preview.30.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=RunicToolkit.Hosting.Build&version=0.1.0-preview.30.1&prerelease
                    
Install as a Cake Tool

RunicToolkit.Hosting.Build

The package contains both the deterministic in-process manifest kernel and executable buildTransitive assets. Set RunicToolkitGenerateFrontendAssets=true, RunicToolkitFrontendOutputDirectory, and RunicToolkitFrontendEntryPoint to run the task. RunicToolkitFrontendAssetMode supports Directory, Copy, and Embed.

An explicit local frontend command may be supplied through RunicToolkitFrontendBuildCommand; the package never acquires tools or network content. Set RunicToolkitVerifyFrontendManifest=true to fail with RTKHOST0006 when committed manifest bytes are missing or stale.

Wave B provides a dependency-neutral, deterministic frontend asset manifest kernel. The package targets .NET 10, references only RunicToolkit.Hosting.Abstractions, and does not invoke a package manager, load a browser runtime, or depend on MSBuild or Roslyn APIs.

The complete declared surface is recorded in PUBLIC-API.md.

FrontendAssetBuildItem defensively copies input bytes and returns a defensive content copy. FrontendAssetManifestBuilder normalizes application-relative paths to /, rejects empty, rooted, traversal, encoded separator/traversal, control-bearing, and unsupported URL-like paths, detects case-insensitive collisions, hashes immutable content with lowercase SHA-256, assigns stable media types, requires exactly one entry point, requires every declared compressed variant to be present, and sorts output ordinally. FrontendAssetManifestJson writes compact canonical JSON with a stable contract version and property order. Directory builds reject reparse points rather than risk following a link outside the declared output root, and re-check each file immediately before opening it. Filesystem names whose identity would change during route normalization—leading or trailing whitespace and literal backslashes on Unix—are also rejected. A cross-platform handle-level containment proof is not yet available, so an attacker who can replace filesystem entries concurrently retains a residual time-of-check/time-of-use risk; untrusted writers must not have access to the frontend output tree during a build.

Deferred tooling edges

  • Runtime packages own concrete browser, Application Bridge, and command-line adapters.
  • Wave D owns opt-in frontend build targets, MSBuild task packaging, tracked-manifest verification, incremental build behavior, and any policy that safely permits links.
  • Generator/analyzer packaging remains separate and must not introduce Roslyn or MSBuild dependencies into this kernel assembly.

The package is MIT licensed. Publication still requires package identity and release-readiness review.

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.0-preview.30.1 67 8/11/2026