Some repo projects are operational support components rather than shipped NuGet packages or end-user tools.
They still matter for understanding the full AXSG system, especially around hot reload and docs/release plumbing.
XamlToCSharpGenerator.DotNetWatch.ProxyThis project is a small .NET executable used as the named-pipe bridge for dotnet watch integration in scenarios where AXSG needs to participate in managed update coordination without relying on IDE-only infrastructure.
Use it when you need to understand:
Source entry point:
src/XamlToCSharpGenerator.DotNetWatch.Proxy/Program.csWhy it is documented here instead of in generated API:
This component sits beside, not inside, the public package surface:
XamlToCSharpGenerator.Runtime and XamlToCSharpGenerator.Runtime.Avaloniadotnet watch transport pathSee also: