Assembly Catalog

This page maps every shipped AXSG artifact to its implementation assembly, generated API route, and the narrative pages that explain how to use it.

Use this page when you know the package or assembly name already and need the fastest route to the right generated API or guide.

Code-bearing assemblies with generated API

Artifact Primary assembly Generated API Primary narrative docs
XamlToCSharpGenerator.Compiler XamlToCSharpGenerator.Compiler.dll /api/XamlToCSharpGenerator.Compiler/index.html Compiler Host and Project Model, Compiler and Core Namespaces
XamlToCSharpGenerator.Core XamlToCSharpGenerator.Core.dll /api/XamlToCSharpGenerator.Core/index.html Binding and Expression Model, Compiler and Core Namespaces
XamlToCSharpGenerator.Framework.Abstractions XamlToCSharpGenerator.Framework.Abstractions.dll /api/XamlToCSharpGenerator.Framework.Abstractions/index.html Custom Framework Profiles, Compiler and Core Namespaces
XamlToCSharpGenerator.Avalonia XamlToCSharpGenerator.Avalonia.dll /api/XamlToCSharpGenerator.Avalonia.Binding/index.html Styles, Templates, and Themes, Expression, Parsing, and Framework Namespaces
XamlToCSharpGenerator.ExpressionSemantics XamlToCSharpGenerator.ExpressionSemantics.dll /api/XamlToCSharpGenerator.ExpressionSemantics/index.html C# Expressions, Expression, Parsing, and Framework Namespaces
XamlToCSharpGenerator.MiniLanguageParsing XamlToCSharpGenerator.MiniLanguageParsing.dll /api/XamlToCSharpGenerator.MiniLanguageParsing/index.html Resources, Includes, and URIs, Expression, Parsing, and Framework Namespaces
XamlToCSharpGenerator.NoUi XamlToCSharpGenerator.NoUi.dll /api/XamlToCSharpGenerator.NoUi/index.html Custom Framework Profiles, Expression, Parsing, and Framework Namespaces
XamlToCSharpGenerator.Generator XamlToCSharpGenerator.Generator.dll /api/XamlToCSharpGenerator.Generator/index.html Compiler Pipeline, Expression, Parsing, and Framework Namespaces
XamlToCSharpGenerator.Runtime.Core XamlToCSharpGenerator.Runtime.Core.dll /api/XamlToCSharpGenerator.Runtime.Core/index.html Generated Artifacts and Runtime, Runtime and Editor Namespaces
XamlToCSharpGenerator.Runtime.Avalonia XamlToCSharpGenerator.Runtime.Avalonia.dll /api/XamlToCSharpGenerator.Runtime.Avalonia/index.html Runtime Loader and Fallback, Runtime and Editor Namespaces
XamlToCSharpGenerator.RemoteProtocol XamlToCSharpGenerator.RemoteProtocol.dll /api/XamlToCSharpGenerator.RemoteProtocol/index.html Unified Remote API and MCP, Language Service and Tooling Namespaces
XamlToCSharpGenerator.LanguageService XamlToCSharpGenerator.LanguageService.dll /api/XamlToCSharpGenerator.LanguageService/index.html VS Code and Language Service, Language Service and Tooling Namespaces
XamlToCSharpGenerator.LanguageServer.Tool XamlToCSharpGenerator.LanguageServer.dll guide-first; no generated namespace landing page VS Code and Language Service, Language Service and Tooling Namespaces, Package: XamlToCSharpGenerator.LanguageServer.Tool
XamlToCSharpGenerator.Editor.Avalonia XamlToCSharpGenerator.Editor.Avalonia.dll /api/XamlToCSharpGenerator.Editor.Avalonia/index.html VS Code and Language Service, Runtime and Editor Namespaces

Narrative-only shipped artifacts

These shipped artifacts are documented intentionally through package guides and reference pages rather than generated API, because their value is composition, packaging, or build integration rather than a stable public namespace surface.

Artifact Why it is narrative-only Primary docs
XamlToCSharpGenerator umbrella package shell for the default install story Package: XamlToCSharpGenerator, Package and Assembly
XamlToCSharpGenerator.Build buildTransitive props/targets package, not an API-first library Package: XamlToCSharpGenerator.Build, Compiler Configuration and Transform Rules
XamlToCSharpGenerator.Runtime compatibility package that composes runtime layers Package: XamlToCSharpGenerator.Runtime, Generated Artifacts and Runtime
XamlToCSharpGenerator.McpServer.Tool .NET tool packaging for the workspace MCP host Package: XamlToCSharpGenerator.McpServer.Tool, MCP Servers and Live Tooling
xamltocsharpgenerator.axsg-language-server VS Code extension package containing the JS client and managed server bundle Package: VS Code Extension, VS Code and Language Service

Internal support components

These repo components matter operationally but are not standalone shipped packages:

Component Role Primary docs
XamlToCSharpGenerator.DotNetWatch.Proxy dotnet watch bridge for hot reload on mobile/remote targets Internal Support Components, Hot Reload and Hot Design
XamlToCSharpGenerator.PreviewerHost preview helper process and preview MCP host for explicit preview session control Artifact: XamlToCSharpGenerator.PreviewerHost, Preview MCP Host and Live Preview