This repository was archived by the owner on May 1, 2024. It is now read-only.

Description
BindingExpression.ApplyCore calls Log.Warning if there's a runtime problem with XAML. However, these errors never show up in Visual Studio for Windows.
When debugging using Visual Studio for Windows, any binding errors should minimally show up in the Output Window in the Debug section. Even better would be an option to break execution when such a warning occurs.
The problem occurs with at least UWP and iOS.