[Xaml[C]] resolve Extensions first (#3977)
authorStephane Delcroix <stephane@delcroix.org>
Tue, 9 Oct 2018 01:59:53 +0000 (03:59 +0200)
committerSamantha Houts <samhouts@users.noreply.github.com>
Tue, 9 Oct 2018 01:59:53 +0000 (18:59 -0700)
commit391eb7c9bf407b13bd970c8cb01e4c7c3d783d74
tree7f5737d9fce82076d5bf3e58101760b4c2ea4a64
parent5d767531ebabe5cb7fad1dc7a14523042ec729f5
[Xaml[C]] resolve Extensions first (#3977)

XamlLoader should first look for type with the Extension suffix. It used
to be the case, but somehow regressed.

- fixes https://github.com/xamarin/Xamarin.Forms/issues/3606#issuecomment-422377338
Xamarin.Forms.Build.Tasks/XmlTypeExtensions.cs
Xamarin.Forms.Xaml.UnitTests/LoaderTests.cs
Xamarin.Forms.Xaml/XamlParser.cs