Compatibility runtime umbrella that composes Runtime.Core and Runtime.Avalonia for normal app installs.
XamlToCSharpGenerator.Runtime is primarily a composition package. It is the normal runtime-facing install surface for app authors, bringing together:
XamlToCSharpGenerator.Runtime.CoreXamlToCSharpGenerator.Runtime.AvaloniaUse the subpackages directly when you are embedding or testing specific runtime layers.
This is the runtime counterpart to the umbrella build/compiler story. It gives application authors a single runtime-facing package that matches the default generated output shape without forcing them to compose every runtime layer manually.
This package is mostly composition. If you need member-level runtime internals, go directly to:
Start here when you are choosing the default runtime surface. Move down to the runtime subpackages when you are debugging: