Open spouliot opened 2 years ago
c.c. @MartinZikmund
SkiaSharp is not needed for SVG on Windows, I am not sure whether it is for Lottie @jeromelaban ? Otherwise it should be safe to remove
Wait, Catalyst? In that case it should definitely not be there 😆 !
It may be related to an invalid transitive dependency, we'll need to look out for which one.
The namespace SkiaSharp.Views.Windows
is used, but the .dll
should have different name, right? (being the Uno Views dll)
Current behavior
Since 4.6 this appears while building an Uno app for Mac Catalyst.
It's unclear (to me) why
SkiaSharp.Views.Windows.dll
would be present/referenced for a MacCatalyst build. It likely impact the app build time (more to load, analyze/link...)Expected behavior
The condition for this warning should not exist.
How to reproduce it (as minimally and precisely as possible)
No response
Workaround
No response
Works on UWP/WinUI
Yes
Environment
Uno.WinUI / Uno.WinUI.WebAssembly / Uno.WinUI.Skia
NuGet package version(s)
4.6.x
Affected platforms
Mac Catalyst
IDE
No response
IDE version
No response
Relevant plugins
No response
Anything else we need to know?
No response