development-plugin-for-avalonia

Avalonia Bindings and XAML

Start with:

Load these as needed:

Workflow

  1. Default to compiled bindings with x:DataType.
  2. Keep template, converter, and markup-extension wiring typed where possible.
  3. Use runtime XAML loading only when dynamic loading is a real requirement.
  4. Verify resource lookup, namescope, and relative binding assumptions explicitly.

Rules