This repository has been archived by the owner on May 1, 2024. It is now read-only.
[Bug] xamarin forms 4.8 Uwp shell excepion on navigation ArgumentException: An item with the same key has already been added. Key: background #11768
Labels
a/style
s/needs-info ❓
A question has been asked that requires an answer before work can continue on this issue.
s/needs-repro ❔
This reported issue doesn't include a sample project reproducing the issue. Please provide one.
s/unverified
New report that has yet to be verified
t/bug 🐛
After update to "Xamarin.Forms" Version="4.8.0.1269"
Getting other exception on
ArgumentException: An item with the same key has already been added. Key: background
line 71:
rootFrame.Navigate(typeof(MainPage), e.Arguments);
In
https://github.com/filipoff2/MagicGradients/blob/issues/Add-UWP-Playground-Project-45/Playground/Playground.UWP/App.xaml.cs
Result:
On 4.8 App is crashing on start
On 4.5 navigation was not done.
The text was updated successfully, but these errors were encountered: