StockSharp.Xaml.Avalonia.Windows 5.0.0

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

StockSharp.Xaml.Avalonia.Windows

Optional Windows-only capabilities for the cross-platform Avalonia controls.

This assembly directly references Ecng.Interop.Windows; Xaml.Avalonia does not. It intentionally provides the Avalonia compatibility type Ecng.Xaml.DdeSettingsWindow with the legacy XlsDdeClient DdeClient property. WPF applications continue to use the type from the legacy Xaml assembly. An application must select one UI boundary and must not reference both compatibility assemblies in the same consumer graph.

The XlsDdeClient facade cannot live in Xaml.Avalonia: both its public type and transport come from the Windows-only Ecng.Interop.Windows package. The cross-platform window therefore exposes IDdeSettingsCapability and a safe unavailable state, while this companion adapts the real client on Windows. It is built by the core, all-project, and packaging solutions. Keeping it in the Avalonia section of StockSharp_Core.slnx makes the Windows-only boundary explicit without adding the interop package to Xaml.Avalonia.

Windows applications can enable the grid's bounded Excel DDE export explicitly:

var dde = grid.EnableWindowsDdeExport(new XlsDdeClient(new DdeSettings()));

The registration lives here so Xaml.Avalonia remains loadable on Linux and macOS; unsupported platforms never show the DDE grid command.

Product Compatible and additional computed target framework versions.
.NET net10.0-windows7.0 is compatible. 
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
5.0.0 33 9/9/2026

Take in the Avalonia branch, and leave the WPF side out of it