[Xaml] Throw XamlParseException when a duplicate property is detected (#5558)
authorAkihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>
Tue, 26 Mar 2019 14:49:05 +0000 (23:49 +0900)
committerStephane Delcroix <stephane@delcroix.org>
Tue, 26 Mar 2019 14:49:05 +0000 (15:49 +0100)
commit422c4419f38a051757397262bd25c2ce477c0dde
tree086c89aada129f4caf802131aa4d7f3e723ff35b
parent08c6bdf2dd18ac806362d12cbc9c4eb4b814c4ec
[Xaml] Throw XamlParseException when a duplicate property is detected (#5558)
Xamarin.Forms.Xaml.UnitTests/DuplicatePropertyElements.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/DuplicatePropertyElements.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/DuplicateXArgumentsElements.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/DuplicateXArgumentsElements.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/MultipleDataTemplateChildElements.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/MultipleDataTemplateChildElements.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml/XamlParser.cs