We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a62b78 commit b510c15Copy full SHA for b510c15
1 file changed
examples/MonoGameIntegrationDemo/App.axaml.cs
@@ -20,9 +20,6 @@ public override void OnFrameworkInitializationCompleted()
20
{
21
if (ApplicationLifetime is IClassicDesktopStyleApplicationLifetime desktop)
22
23
- // Line below is needed to remove Avalonia data validation.
24
- // Without this line you will get duplicate validations from both Avalonia and CT
25
- BindingPlugins.DataValidators.RemoveAt(0);
26
desktop.MainWindow = new MainWindow
27
28
DataContext = new MainWindowViewModel(),
0 commit comments