Sundew.Xaml.Optimizer.BuildTask 3.0.0-u20251129-111933-ci

This is a prerelease version of Sundew.Xaml.Optimizer.BuildTask.
This package has a SemVer 2.0.0 package version: 3.0.0-u20251129-111933-ci+2658edf3b5.
dotnet add package Sundew.Xaml.Optimizer.BuildTask --version 3.0.0-u20251129-111933-ci
                    
NuGet\Install-Package Sundew.Xaml.Optimizer.BuildTask -Version 3.0.0-u20251129-111933-ci
                    
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="Sundew.Xaml.Optimizer.BuildTask" Version="3.0.0-u20251129-111933-ci">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Sundew.Xaml.Optimizer.BuildTask" Version="3.0.0-u20251129-111933-ci" />
                    
Directory.Packages.props
<PackageReference Include="Sundew.Xaml.Optimizer.BuildTask">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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 Sundew.Xaml.Optimizer.BuildTask --version 3.0.0-u20251129-111933-ci
                    
#r "nuget: Sundew.Xaml.Optimizer.BuildTask, 3.0.0-u20251129-111933-ci"
                    
#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 Sundew.Xaml.Optimizer.BuildTask@3.0.0-u20251129-111933-ci
                    
#: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=Sundew.Xaml.Optimizer.BuildTask&version=3.0.0-u20251129-111933-ci&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Sundew.Xaml.Optimizer.BuildTask&version=3.0.0-u20251129-111933-ci&prerelease
                    
Install as a Cake Tool

Sundew.Xaml.Optimizer.BuildTask

This project contains a MSBuild task that can be used to optimize XAML files at build time.

Usage

  • Reference the Sundew.Xaml.Optimizer.BuildTask package
  • Reference an optimizer package(s)
  • Configure the optimizers by placing "settings.sxos" json file(s) in the "sxos" folder in the project root. Only analyzers enabled by the config will be executed. See Sample.
  • Build

Creating custom optimizers

To implement a XamlOptimizer refer to: Sundew.Xaml.Optimization

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
3.0.0-u20251129-111933-ci 754 11/29/2025
3.0.0-u20251117-020852-ci 200 11/17/2025
3.0.0-u20251117-011316-ci 55 11/17/2025
3.0.0-u20251116-231459-ci 63 11/16/2025
3.0.0-u20251116-111933-ci 65 11/16/2025
3.0.0-u20251108-221943-ci 71 11/8/2025
3.0.0-u20251005-222531-ci 195 10/5/2025
3.0.0-u20250921-220048-ci 104 9/21/2025
3.0.0-u20250914-153751-ci 63 9/14/2025
3.0.0-u20250907-233313-ci 49 9/7/2025
3.0.0-u20250823-235721-ci 57 8/23/2025
3.0.0-u20250822-225931-ci 49 8/22/2025

3.0.0 - Changed to .NET Standard 2.0, adds support for Sundew.Xaml.Optimization 3.0.0
2.0.0 - Adds support for Sundew.Xaml.Optimization 2.0.0
1.0.0 - First release