I have a MapControl on my MainPage with ItemsSource binded to a ObservableCollection (via x:Bind). When I navigate to another page and then back again, the app crashes randomly (about every 5th time) and without any hint what the problem might be.
I have found a workaround with setting the ObservableCollection to null when navigating from my MainPage and set it back to the backed up value when navigating back to it. But as this is a very unpleasant workaround I am wondering what the reason for the crash could be...
My app is a Universal Windows 10 app. Crash appears mobile as well as desktop.