Csxaml.Runtime 0.1.0

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

CSXAML Runtime

Csxaml.Runtime contains the retained runtime used by generated CSXAML components.

In most application projects this package is consumed transitively through Csxaml.

Reference Csxaml.Runtime directly only when you intentionally need the runtime assembly without the author-facing MSBuild and generator package.

Product Compatible and additional computed target framework versions.
.NET net10.0-windows10.0.19041 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Csxaml.Runtime:

Package Downloads
Csxaml

Author-facing package for CSXAML source generation, MSBuild wiring, and WinUI app integration.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.0 92 4/28/2026
0.1.0-preview.3 50 4/28/2026
0.1.0-preview.2 53 4/27/2026
0.1.0-preview.1 60 4/17/2026