AXSG compiles Avalonia XAML into generated C#, adds compiled bindings, inline C#, hot reload, and ships the runtime, language service, and editor surfaces around that compiler.
Choose the right install surface and understand the compiler/runtime split before you wire AXSG into an app.
QuickstartInstall the standard package, enable source-generated views, and validate the first generated build.
C# ExpressionsUse shorthand expressions, interpolation, typed sources, and expression-aware tooling inside valid XAML.
Inline C#Author `CSharp` markup, CDATA blocks, and inline event code while keeping the document valid XAML.
Installation, first integration, and quickstart paths for the standard AXSG app workflow.
ConceptsCompiler host, configuration precedence, generated artifacts, binding semantics, and tooling surface.
GuidesTask-oriented walkthroughs for packaging, release, hot reload, runtime operation, and deployment.
XAML UsageCompiled bindings, shorthand expressions, inline C#, templates, styles, control themes, and theme resources.
ArchitectureCompiler pipeline internals, runtime/bootstrap behavior, and the language-service/editor stack.
AdvancedPerformance work, testing strategy, docs/release plumbing, and custom framework-profile extension points.
ReferencePackage guides, namespace entry points, configuration reference, artifact matrix, and API coverage maps.
API ReferenceGenerated .NET API pages for the shipped compiler, runtime, language service, and editor assemblies.
`XamlToCSharpGenerator`, `Build`, and the standard app-facing install surface for generated Avalonia XAML.
Compiler Packages`Compiler`, `Core`, `Framework.Abstractions`, `Avalonia`, `NoUi`, and `Generator` for compiler composition.
Runtime Packages`Runtime`, `Runtime.Core`, and `Runtime.Avalonia` for generated view bootstrap, registries, and hot reload.
Tooling Packages`LanguageService`, `LanguageServer.Tool`, `Editor.Avalonia`, and the bundled VS Code extension.