development-plugin-for-avalonia

Avalonia Views and Templating

Start with:

Load these when lookup or debugging matters:

Workflow

  1. Choose whether composition belongs in views, templates, or view-location infrastructure.
  2. Keep template selection deterministic and typed when possible.
  3. Use logical or visual tree traversal deliberately and only where ownership is clear.
  4. Separate reusable templates from app-specific shell composition.

Rules