Hi,
I had this MarkupExtension that worked fine in Xamarin Forms 1.3.3, but after I upgraded to 1.4.0 (and 1.4.1) it stopped working. I keep getting this exception:
Xamarin.Forms.Xaml.XamlParseException: MarkupExtension not found for local:Helpers.StringResources
This is my extension, which is placed in my PCL project: http://pastebin.com/ESdRTmeU (sorry, I had it pasted here but I can't figure out how to display the code correctly)
And then I have this XAML page that's in my Android project: http://pastebin.com/niadEk4f
Can anyone tell me what I'm doing wrong? Is it a bug in 1.4.x?