ItemsSource="{Binding AuthenticationProviders}" on line 43 of SettingsPage.xaml AND DebugPage.xaml line 45 should be removed. There is no AuthenticationProviders property in the corresponding ViewModels. My best guess is that these are artifacts of cut and paste. When running in Debug mode, the Diagnostics tool displays a few error events due to these bindings. No noticeable issues otherwise.
ItemsSource="{Binding AuthenticationProviders}"
on line 43 of SettingsPage.xaml AND DebugPage.xaml line 45 should be removed. There is no AuthenticationProviders property in the corresponding ViewModels. My best guess is that these are artifacts of cut and paste. When running in Debug mode, the Diagnostics tool displays a few error events due to these bindings. No noticeable issues otherwise.