Xamarin.Forms XAML intellisense issues
Hi,
I am using Xamarin.Forms and had this Resharper issues:
- First, when I have a ContentPage, say APage, I want to add a x:Name = "APage" to be able to reference it later with x:Reference but it says APage has already been declared. Changing it to something else works but breaks the convention.
- For data binding context, the xaml intellisense suggest me to use DataType on DataTemplate but when it's added, it says "Cannot resolve DataType"...
Thanks!
Min
Please sign in to leave a comment.