dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
21.63k stars 1.62k forks source link

[X] do not apply Bindings if DataType doesnt match #22056

Open StephaneDelcroix opened 2 weeks ago

StephaneDelcroix commented 2 weeks ago

Description of Change

Make sure the behavior of bindings is consistent accross implementations (compiled/not compiled)

fixes a bunch of issues

Issues Fixed