Framework-agnostic compiler host orchestration. This package owns document discovery, configuration precedence, transform application, include graphs, and generator input normalization.
The compiler host owns:
It also owns several determinism-sensitive behaviors that show up later in incremental builds, hot reload, and regression testing:
XamlToCSharpGenerator.Compiler is usually paired with:
XamlToCSharpGenerator.CoreXamlToCSharpGenerator.Framework.AbstractionsXamlToCSharpGenerator.Avalonia or XamlToCSharpGenerator.NoUiYou work in this package when you are changing project discovery, configuration loading, transform-rule handling, include graphs, or the way the host prepares inputs for a framework profile. If the issue is purely Avalonia-specific after those inputs are already correct, it likely belongs in XamlToCSharpGenerator.Avalonia.