Detect invalid Reference bindings #502
Labels
Xamain.Forms
Relates to XAML in Xamarin.Forms projects
XAML-Analysis
Relates to XAML Analysis functionality
Milestone
Consider the following in a Xamarin.Forms project:
If
GridContainer
does not exist, the code will build and run fine but will result in a vague, unhelpful, runtime error when navigating to the page with this content:There is no more information provided. It's just down to the developer to work out what went wrong.
Adding detection for this can save lots of wasted time.
Note. This may not apply to just XF projects.
The text was updated successfully, but these errors were encountered: