microsoft / xaml-standard

XAML Standard : a set of principles that drive XAML dialect alignment
Other
807 stars 54 forks source link

Binding Check at Compile Time #218

Open MXM-7 opened 6 years ago

MXM-7 commented 6 years ago

Binding should be checked at compile time instead of showing an error in Output only at runtime.

ysmoradi commented 6 years ago

x:Bind compiles binding expressions. It has other advantages too. It's a good idea to have x:Bind everywhere instead of improving default Binding markup. You've to consider #216 too.