RunicToolkit.Desktop
0.1.0-preview.30.1
dotnet add package RunicToolkit.Desktop --version 0.1.0-preview.30.1
NuGet\Install-Package RunicToolkit.Desktop -Version 0.1.0-preview.30.1
<PackageReference Include="RunicToolkit.Desktop" Version="0.1.0-preview.30.1" />
<PackageVersion Include="RunicToolkit.Desktop" Version="0.1.0-preview.30.1" />
<PackageReference Include="RunicToolkit.Desktop" />
paket add RunicToolkit.Desktop --version 0.1.0-preview.30.1
#r "nuget: RunicToolkit.Desktop, 0.1.0-preview.30.1"
#:package RunicToolkit.Desktop@0.1.0-preview.30.1
#addin nuget:?package=RunicToolkit.Desktop&version=0.1.0-preview.30.1&prerelease
#tool nuget:?package=RunicToolkit.Desktop&version=0.1.0-preview.30.1&prerelease
RunicToolkit.Desktop
Frontend-neutral desktop capability contracts for CS-WebUI applications and WPF migrations. ViewModels depend on small typed services rather than WPF, CS-WebUI, browser, DOM, or operating-system objects.
Every host publishes a complete IDesktopCapabilities report. Calling an
unsupported, unavailable, or permission-gated service produces a stable
DesktopCapabilityException; applications can therefore choose a fallback
before invoking a feature.
The contracts intentionally use file contents rather than platform paths and semantic element identifiers rather than DOM nodes.
The high-level CS-WebUI application builder registers:
IDesktopApplicationLifetime,IDesktopWindow,IDesktopFocus, andIDesktopDispatcher;- keyboard accelerators, text clipboard, bounded open/save file content, and drag/drop;
- external HTTP(S) launch and notifications;
- browser profile and local-storage policy; and
- application-owned secondary windows.
Clipboard and notification descriptors may be PermissionRequired. Callers
can inspect IDesktopCapabilities.Report before invoking optional behavior.
An accepted programmatic close runs every registered guard before canceling
Stopping; an already-forced native disconnect cannot be vetoed and begins
the same cancellation and teardown path immediately.
| 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
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on RunicToolkit.Desktop:
| Package | Downloads |
|---|---|
|
RunicToolkit.Hosting.Abstractions
Dependency-neutral application hosting contracts for RunicToolkit. |
|
|
RunicToolkit.Hosting.CsWebUi.App
High-level WebUiApp composition for native CS-WebUI frontends. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.0-preview.30.1 | 101 | 8/11/2026 |