A framework-neutral pilot profile used to validate compiler-host reuse outside Avalonia.
<PackageReference Include="XamlToCSharpGenerator.NoUi" Version="x.y.z" />
XamlToCSharpGenerator.NoUi is the smallest end-to-end profile in the repo. It is useful when you want to understand:
It is also the best starting point when designing a new profile from scratch.
NoUi is useful as an architectural reference because it makes the host/profile boundary obvious. It shows which services are truly framework-specific and which ones belong in the shared compiler stack.