WebScene.Backend.Uno 1.0.11

dotnet add package WebScene.Backend.Uno --version 1.0.11
                    
NuGet\Install-Package WebScene.Backend.Uno -Version 1.0.11
                    
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="WebScene.Backend.Uno" Version="1.0.11" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WebScene.Backend.Uno" Version="1.0.11" />
                    
Directory.Packages.props
<PackageReference Include="WebScene.Backend.Uno" />
                    
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 WebScene.Backend.Uno --version 1.0.11
                    
#r "nuget: WebScene.Backend.Uno, 1.0.11"
                    
#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 WebScene.Backend.Uno@1.0.11
                    
#: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=WebScene.Backend.Uno&version=1.0.11
                    
Install as a Cake Addin
#tool nuget:?package=WebScene.Backend.Uno&version=1.0.11
                    
Install as a Cake Tool

WebScene packages

Bring web components into native applications.

WebScene runs React, TypeScript, JavaScript, DOM, CSS, Canvas, SVG, and advanced existing web controls inside native application frameworks. It is designed for Flutter, Uno Platform, WPF, WinUI, Avalonia, and other native hosts while preserving native windows, composition, input, lifecycle, and platform integration.

WebScene is not a WebView, embedded browser, Chromium/WebKit runtime, or Electron shell. Web-authored components execute against a native scene runtime and integrate through explicit host contracts.

Choose a package

Native runtime packages

Target platform Runtime identifier Package
macOS on Apple silicon osx-arm64 WebScene.NativeEngine.Runtime.osx-arm64
Linux x64 linux-x64 WebScene.NativeEngine.Runtime.linux-x64
Windows x64 win-x64 WebScene.NativeEngine.Runtime.win-x64

Native applications must reference the runtime package matching their explicit RuntimeIdentifier. Each package includes the native module, ICU data, license notices, ABI information, and a reproducible build manifest.

Release inventory

The release contains the WebScene, WebScene.Core, WebScene.Dom, WebScene.Css, WebScene.Graphics, WebScene.JavaScript, WebScene.Backend.Abstractions, WebScene.Backend.Avalonia, WebScene.Backend.Uno, WebScene.JavaScript.Interop, WebScene.JavaScript.Interop.Generator, JavaScript.Avalonia.ClearScript, WebScene.Sdk, WebScene.Sdk.Avalonia, and WebScene.Templates packages, plus the three native runtime packages listed above.

Documentation, samples, compatibility policy, and issue tracking are available from the WebScene repository.

License

These packages use an MIT-based license with an additional Restricted Party Clause. See the packaged LICENSE file for the full terms.

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
1.0.11 29 7/30/2026
1.0.9 30 7/30/2026
1.0.8 36 7/28/2026
1.0.7 36 7/28/2026
1.0.6 40 7/27/2026
1.0.5 43 7/27/2026
1.0.2 40 7/27/2026
1.0.1 41 7/27/2026
1.0.0 48 7/27/2026

Adds event-driven native callback notifications to eliminate managed interop polling.