You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a XF.UWP project that shows animations fine in 4.0.11, but does not show anything when I upgrade to 4.1.0.
To investigate I tried to clone both versions and run the provided code examples on my machine.
When i build and run the Example.Forms.UWP project and press a button (navigating to a view with an animation), I get the following exception:
System.TypeLoadException: 'Could not find Windows Runtime type 'Microsoft.Toolkit.Uwp.UI.Lottie.LottieVisualSource'.'
I don't know what's wrong, I might be missing something on my machine.
I manually built /ran the Example.Forms.UWP project, and did not use any scripts.
So because the version that is working for me (4.0.11) is also failing with the same error, I'm not able to find a cause.
Old (and correct) behavior
Current behavior
Reproduction steps
Configuration
Version: 4.1.0
Platform:
📱 iOS
🤖 Android
🏁 WPF
[ x] 🌎 UWP
🍎 MacOS
📺 tvOS
🐒 Xamarin.Forms
The text was updated successfully, but these errors were encountered:
🔙 Regression
I have a XF.UWP project that shows animations fine in 4.0.11, but does not show anything when I upgrade to 4.1.0.
To investigate I tried to clone both versions and run the provided code examples on my machine.
When i build and run the Example.Forms.UWP project and press a button (navigating to a view with an animation), I get the following exception:
System.TypeLoadException: 'Could not find Windows Runtime type 'Microsoft.Toolkit.Uwp.UI.Lottie.LottieVisualSource'.'
I don't know what's wrong, I might be missing something on my machine.
I manually built /ran the Example.Forms.UWP project, and did not use any scripts.
So because the version that is working for me (4.0.11) is also failing with the same error, I'm not able to find a cause.
Old (and correct) behavior
Current behavior
Reproduction steps
Configuration
Version: 4.1.0
Platform:
The text was updated successfully, but these errors were encountered: