[Xaml] better error reporting (#5104) #fixes #5095
authorStephane Delcroix <stephane@delcroix.org>
Wed, 13 Feb 2019 13:02:01 +0000 (14:02 +0100)
committerRui Marinho <me@ruimarinho.net>
Wed, 13 Feb 2019 13:02:01 +0000 (13:02 +0000)
commitac6287c0b1f77871164a97c62dfd26de1cd0e454
treee95bcdcbd748310dfb02637c698aadbc858c9763
parent17c7c8b77318f6e96b6b1ce2bb274d96f747fb38
[Xaml] better error reporting (#5104) #fixes #5095

* [Xaml] better error reporting

Report error on invalid value nodes

- fixes #5095

* Think about the nullable

* fix test
Xamarin.Forms.Build.Tasks/NodeILExtensions.cs
Xamarin.Forms.Build.Tasks/SetPropertiesVisitor.cs
Xamarin.Forms.Xaml.UnitTests/Issues/Gh5095.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Gh5095.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Validation/TypeMismatch.xaml.cs