If you’ve added a Xaml binding breakpoint and now have really slow performance when debugging, like your app being slow to load, animations not running smoothly etc then try this…
- Remove all xaml breakpoints
- Add System.Windows.Data.Binding.IsDebuggingEnabled = false within the App.xaml.cs constructor.
Run it once then you can remove the line, hope this helps some peeps out!
No comments:
Post a Comment