I'm creating an application where I'm using MasterDetailPage's. Everytime i'm setting a detailpage as in the sample here https://github.com/xamarin/xamarin-forms-samples/blob/master/Navigation/MasterDetailPage/MasterDetailPageNavigation/MainPage.xaml I keep getting a compile error "Failed to resolve assembly...." . At the same time I enabled XamlC on assembly level like this in app.cs assembly: XamlCompilation (XamlCompilationOptions.Compile)]. I tried to remove this line and suddenly everything build and is also able to run. Is this an issue in the Xaml Compiler?
↧