Skip to content

1036 starting from version 12 the call bindingpluginsdatavalidatorsremoveat0 must be removed#1037

Merged
luke-whos-here merged 3 commits into
mainfrom
1036-starting-from-version-12-the-call-bindingpluginsdatavalidatorsremoveat0-must-be-removed
Jun 22, 2026
Merged

1036 starting from version 12 the call bindingpluginsdatavalidatorsremoveat0 must be removed#1037
luke-whos-here merged 3 commits into
mainfrom
1036-starting-from-version-12-the-call-bindingpluginsdatavalidatorsremoveat0-must-be-removed

Conversation

@luke-whos-here

Copy link
Copy Markdown
Contributor

This PR updates https://docs.avaloniaui.net/docs/app-development/dependency-injection to align with changes introduced by Avalonia v12.

Update dependency-injection to align with changes in Avalonia v12.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the dependency injection documentation page to reflect Avalonia v12 guidance, including removing the no-longer-applicable BindingPlugins.DataValidators.RemoveAt(0) call and improving the page structure for readability.

Changes:

  • Reclassified the page from tutorial to how-to and refined introductory/procedural wording.
  • Added tabbed code presentation for the initial example types (MainViewModel, BusinessService, Repository).
  • Removed the pre-v12 data validation plugin removal note/call and renamed the verification section as a numbered step.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/app-development/dependency-injection.md
Comment thread docs/app-development/dependency-injection.md
Comment thread docs/app-development/dependency-injection.md
Comment thread docs/app-development/dependency-injection.md
@luke-whos-here luke-whos-here merged commit 2ca1a43 into main Jun 22, 2026
3 checks passed
@luke-whos-here luke-whos-here deleted the 1036-starting-from-version-12-the-call-bindingpluginsdatavalidatorsremoveat0-must-be-removed branch June 22, 2026 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Starting from Version 12 the call **BindingPlugins.DataValidators.RemoveAt(0);** must be removed.

2 participants