RunicToolkit.Desktop 0.1.0-preview.30.1

This is a prerelease version of RunicToolkit.Desktop.
dotnet add package RunicToolkit.Desktop --version 0.1.0-preview.30.1
                    
NuGet\Install-Package RunicToolkit.Desktop -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.Desktop" 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.Desktop" Version="0.1.0-preview.30.1" />
                    
Directory.Packages.props
<PackageReference Include="RunicToolkit.Desktop" />
                    
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.Desktop --version 0.1.0-preview.30.1
                    
#r "nuget: RunicToolkit.Desktop, 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.Desktop@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.Desktop&version=0.1.0-preview.30.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=RunicToolkit.Desktop&version=0.1.0-preview.30.1&prerelease
                    
Install as a Cake Tool

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, and IDesktopDispatcher;
  • 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 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.
  • 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