Vladyslav Tsvietkov
Vladyslav Tsvietkov
> Hey @tsvietOK, this feature is supported in Bors. Make sure in your `bors.toml` you have `required_approvals = 2` and `up_to_date_approvals = true`. > > If the PR does not...
> Have you made sure both approvers have write access? Yes, both approvers have write access. > Have you previously used Bors successfully on this repository before enabling the required...
As i told in #562 we should unify all exceptions(replace JsonSerializationException with Exception or add JsonReaderException), so if there will be any json parsing error, just reset this json to...
> Is this a timing issue? Is MenuItems eventually populated when you use MenuItemsSource? Yeah, I think so. MenuItemsSource is not available only at the moment when app starts. I...
No, I am saying that when you use MenuItems defined in XAML, then it (navigation view) will use _navigationView.MenuItems property (MenuItemsSource is null in this case) and navigation works fine....
Of course in order to fix that when moved from MenuItems to MenuItemsSource in method GetSelectedItem I've added null check for MenuItemsSource and added cast to IEnumerable and now it...