RunicToolkit.Hosting.CsWebUi.App
0.1.0-preview.30.1
dotnet add package RunicToolkit.Hosting.CsWebUi.App --version 0.1.0-preview.30.1
NuGet\Install-Package RunicToolkit.Hosting.CsWebUi.App -Version 0.1.0-preview.30.1
<PackageReference Include="RunicToolkit.Hosting.CsWebUi.App" Version="0.1.0-preview.30.1" />
<PackageVersion Include="RunicToolkit.Hosting.CsWebUi.App" Version="0.1.0-preview.30.1" />
<PackageReference Include="RunicToolkit.Hosting.CsWebUi.App" />
paket add RunicToolkit.Hosting.CsWebUi.App --version 0.1.0-preview.30.1
#r "nuget: RunicToolkit.Hosting.CsWebUi.App, 0.1.0-preview.30.1"
#:package RunicToolkit.Hosting.CsWebUi.App@0.1.0-preview.30.1
#addin nuget:?package=RunicToolkit.Hosting.CsWebUi.App&version=0.1.0-preview.30.1&prerelease
#tool nuget:?package=RunicToolkit.Hosting.CsWebUi.App&version=0.1.0-preview.30.1&prerelease
RunicToolkit.Hosting.CsWebUi.App
This package projects native CS-WebUI application composition onto the shared
WebUiAppBuilder. The low-level CS-WebUI adapter remains independent of Generic
Host; applications opt into this package when they want the high-level surface.
var builder = WebUiApp.CreateBuilder(args);
builder.UseCsWebUi(
"MyFrontend",
new CsWebUiAppOptions(
assets,
root,
new CsWebUiAdapterOptions(webRoot, configureWindow: root.ConfigureWindow),
new BrowserHostOptions("my-app"),
new BrowserWindowOptions("main", "My app", 1000, 720)));
return await builder.RunAsync();
Framework integrations normally wrap UseCsWebUi with their own extension
members, such as UseReact. Toolkit hosting stays renderer-neutral so frontend
integrations do not acquire unrelated runtime dependencies.
Registration also contributes the frontend-neutral RunicToolkit.Desktop
services. Applications can inject typed lifetime, window, focus, dispatcher,
keyboard, clipboard, file, drop, external-launch, notification, browser
profile/storage, and owned-window contracts without referencing CS-WebUI or DOM
types. The services attach to the exact native window lifetime owned by the
mode runner and release secondary windows before the browser host.
| 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
- CsWebUi (>= 2.5.0-beta.4.3)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Hosting (>= 10.0.10)
- RunicToolkit.Desktop (>= 0.1.0-preview.30.1)
- RunicToolkit.Hosting (>= 0.1.0-preview.30.1)
- RunicToolkit.Hosting.CsWebUi (>= 0.1.0-preview.30.1)
- RunicToolkit.Hosting.GenericHost (>= 0.1.0-preview.30.1)
- RunicToolkit.Hosting.WebUi (>= 0.1.0-preview.30.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on RunicToolkit.Hosting.CsWebUi.App:
| Package | Downloads |
|---|---|
|
RunicToolkit.Hosting.CsWebUi.ApplicationBridge
Single-binding CS-WebUI transport for RunicToolkit Application Bridge sessions. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.0-preview.30.1 | 66 | 8/11/2026 |