This namespace family covers the generic compiler host, the stable semantic models it consumes, and the framework-agnostic contracts that profile implementations build on.
XamlToCSharpGenerator.CompilerXamlToCSharpGenerator.CoreXamlToCSharpGenerator.Framework.AbstractionsThe Compiler namespace owns project discovery, include-graph analysis, configuration precedence, transform-rule merging, and the transition into a chosen framework profile.
The Core namespaces define the semantic contracts reused across compiler, runtime, and language service layers:
Framework.Abstractions provides the profile hooks that let AXSG target Avalonia today and alternative profiles in the future.