Runic.Platform.Windows
0.3.0-preview.1
dotnet add package Runic.Platform.Windows --version 0.3.0-preview.1
NuGet\Install-Package Runic.Platform.Windows -Version 0.3.0-preview.1
<PackageReference Include="Runic.Platform.Windows" Version="0.3.0-preview.1" />
<PackageVersion Include="Runic.Platform.Windows" Version="0.3.0-preview.1" />
<PackageReference Include="Runic.Platform.Windows" />
paket add Runic.Platform.Windows --version 0.3.0-preview.1
#r "nuget: Runic.Platform.Windows, 0.3.0-preview.1"
#:package Runic.Platform.Windows@0.3.0-preview.1
#addin nuget:?package=Runic.Platform.Windows&version=0.3.0-preview.1&prerelease
#tool nuget:?package=Runic.Platform.Windows&version=0.3.0-preview.1&prerelease
Runic.Platform.Windows
Explicit Windows x64 file dialog and Unicode text clipboard provider for Runic SDK
0.2.0-preview.1. Select WindowsPlatformProvider.CreateFileDialogs(owner) and
CreateTextClipboard(owner) with the presentation's verified native owner.
The owner dispatches file dialogs on the window's STA and drains native callbacks
before disposal. This package does not discover providers or depend on Desktop.
File dialogs require an owner, use filesystem-only Common Item Dialogs and retain
the shared runtime's atomic replacement policy. Clipboard reads distinguish absent
text (null) from empty text, reject over-limit payloads and return typed busy,
permission and I/O failures. Text containing NUL is invalid. Cancellation before
native execution prevents the operation; after execution starts, the actual write
outcome is returned. Win32 can clear the previous clipboard before a subsequent
write fails; failures must not be interpreted as preservation of previous text.
Native interop uses static imports and raw COM vtables for NativeAOT. Windows JIT, NativeAOT and actual interactive selection acceptance are release gates; portable conformance alone does not certify the Windows environment.
Desktop services
Application-scoped appearance and notification providers, and owned file opening, application choice and reveal, are described in the desktop services guide. It includes composition, native API choices, installation/activation requirements, retained file access and the per-platform verification status.
| 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
- Runic.Platform.Runtime (= 0.3.0-preview.1)
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.3.0-preview.1 | 41 | 9/11/2026 |
| 0.2.0-preview.1 | 46 | 9/9/2026 |