We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a minor memory leak with the default validation error template (MahApps.Templates.ValidationError): the binding mode on this line should be OneTime, as the underlying object (System.Windows.Controls.ValidationError) does not implement INotifyPropertyChanged
mode
OneTime
Make the red validation popup appear by hovering over a control with a validation error.
Observed the WPF binding leak is detected by the memory profiler
MahApps.Metro version: v2.0.0 Windows build number: Win10 1909 [Version 10.0.18363.836] Visual Studio: 2019 16.6.0 Target Framework: .Net Core 3.1 (v4.5.2, v4.7.2)
The text was updated successfully, but these errors were encountered:
@lipchev Thx for reporting this! If you want to fix this, then create a PR. I'll appreciate it! 👍
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
There is a minor memory leak with the default validation error template (MahApps.Templates.ValidationError): the binding
mode
on this line should beOneTime
, as the underlying object (System.Windows.Controls.ValidationError) does not implement INotifyPropertyChangedSteps to reproduce
Make the red validation popup appear by hovering over a control with a validation error.
Actual behavior
Observed the WPF binding leak is detected by the memory profiler
Environment
Screenshots
The text was updated successfully, but these errors were encountered: