[X] resolve indexers on generic types (#8226)
authorStephane Delcroix <stephane@delcroix.org>
Mon, 28 Oct 2019 18:25:35 +0000 (19:25 +0100)
committerSamantha Houts <samhouts@users.noreply.github.com>
Mon, 28 Oct 2019 18:25:35 +0000 (11:25 -0700)
commit31e5a2de142308d5f91b7d01d20a110ebfddb4ba
tree9610acbe2cdc19925254b03ed5dcd6019a3d42b1
parent2b4ccdc88f8db7a2a0b78a1adf3428125eb677b5
[X] resolve indexers on generic types (#8226)

The lovely #7837 is trying to be smarter at identifying which indexer to invoke,
by checking the parametertype. Of course, it wasn't tested on generic types...

So this is definitely a regression, I apologize for it.

- fixes #8221
Xamarin.Forms.Build.Tasks/SetPropertiesVisitor.cs
Xamarin.Forms.Xaml.UnitTests/Issues/Gh8221.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Gh8221.xaml.cs [new file with mode: 0644]