Not sure if this is the right place to post this but here is what is going:
Active dependency issue causing app store submission to fail on UWP (here is the UWP app store submission error):
Parameter value of method add_AnimatedVisualInvalidated of type Microsoft.Toolkit.Uwp.UI.Lottie.ILottieVisualSourceClass in file Microsoft.Toolkit.Uwp.UI.Lottie.winmd references the non-Windows Runtime type Microsoft.UI.Xaml.Controls.IDynamicAnimatedVisualSource. Windows Runtime types can reference only Windows Runtime types.
The type Microsoft.UI.Xaml.Controls.IAnimatedVisual referenced by type Microsoft.Toolkit.Uwp.UI.Lottie.ILottieVisualSourceClass in file Microsoft.Toolkit.Uwp.UI.Lottie.winmd was not found. All types referenced in metadata files must be discoverable.
Parameter value of method add_AnimatedVisualInvalidated of type Microsoft.Toolkit.Uwp.UI.Lottie.LottieVisualSource in file Microsoft.Toolkit.Uwp.UI.Lottie.winmd references the non-Windows Runtime type Microsoft.UI.Xaml.Controls.IDynamicAnimatedVisualSource. Windows Runtime types can reference only Windows Runtime types.
The type Microsoft.UI.Xaml.Controls.IAnimatedVisual referenced by type Microsoft.Toolkit.Uwp.UI.Lottie.LottieVisualSource in file Microsoft.Toolkit.Uwp.UI.Lottie.winmd was not found. All types referenced in metadata files must be discoverable.
Here is what I've been able to find:
"com.airbnb.xamarin.forms.lottie" has a dependency on "microsoft.toolkit.uwp.ui.lottie" and that has a dependency on "Microsoft.UI.Xaml".
🐛 Bug Report
Not sure if this is the right place to post this but here is what is going:
Active dependency issue causing app store submission to fail on UWP (here is the UWP app store submission error):
Here is what I've been able to find: "com.airbnb.xamarin.forms.lottie" has a dependency on "microsoft.toolkit.uwp.ui.lottie" and that has a dependency on "Microsoft.UI.Xaml".
There is an active issue being tracked for "Microsoft.UI.Xaml" that seems to be the cause of our failed app store submissions: https://github.com/microsoft/microsoft-ui-xaml/issues/5298
I wanted to point this out because I believe that you will need to update your dependencies when fix is out.
Thanks!
Expected behavior
Reproduction steps
Configuration
Version: 1.x
Platform: