Open hansmbakker opened 5 years ago
x64:
Microsoft.Toolkit.Uwp.UI.Animations
as https://github.com/windows-toolkit/Microsoft.Toolkit.Win32/issues/159. It might be related to https://github.com/windows-toolkit/Microsoft.Toolkit.Win32/issues/65.Microsoft.Toolkit.Uwp.UI.Animations
but that breaks my animation UXx86:
Microsoft.Toolkit.Uwp.UI.Animations
I'm trying to build a similar app to the Winforms on netcore3.0 example.
Unfortunately I can't get it to work following the steps in https://github.com/marb2000/XamlIslands/blob/master/1903_Samples/WnForms_and_WPF_Readme.md, even though this seems to be the most exhaustive explanation I can find.
Setup:
What am I trying:
Microsoft.Toolkit.Uwp.UI.Animations
nuget packageWhat did I miss from the explanation:
If I do not add this, I get a warning:
After adding this, the app does not start anymore on x86:
On x64, the app raises an exception:
Are the
Microsoft.Toolkit.Uwp.UI.Animations
supported in xaml islands? Should I include them in a special way?