Hi,
Updated my XF project to 2.0.0.6487 and verified that it's still working. Then I enabled XamlC on the assembly level. Android project builds without issues but dies on my Android 4.3 device in the InitializeComponent() call of the first page.
System.InvalidCastException: Specified cast is not valid.
Stacktrace does not reveal any additional information. Any tips where I should start debugging?