This project contains a MSBuild task that can be used to optimize XAML files at build time.
- 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
To implement a XamlOptimizer refer to: Sundew.Xaml.Optimization