Use Avalonia 11 generated view codes by de1acr0ix · Pull Request #1479 · git-ecosystem/git-credential-manager (original) (raw)
Avalonia 11 automatically generates some view codes.
- Properties for controls with
x:NameorName. InitializeComponent()method to initialize such properties.- DevTools for debug builds.
This change uses such generated codes in views and reduces manual efforts. The names of the controls are changed to start with underscore, so that the generated property names align with the naming style in this project.