Adding SkiaSharp.Views.Uno to Wpf project results in crash at runtime. #5991
Labels
difficulty/tbd
Categorizes an issue for which the difficulty level needs to be defined.
kind/bug
Something isn't working
triage/untriaged
Indicates an issue requires triaging or verification
Current behavior
On attempt to run WPF project that contains reference on SkiaSharp.Views.Uno application crashing at runtime with error
System.IO.FileNotFoundException: 'Could not load file or assembly 'SkiaSharp.Views.UWP, Version=2.80.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.'
Expected behavior
Application should run
How to reproduce it (as minimally and precisely as possible)
Create a new uno solution with WPF project inside.
Add a reference to the SkiaSharp.Views.Uno nuget package to the Wpf project.
Workaround
No workaround
Environment
Nuget Package:
Nuget Package Version(s):
Affected platform(s):
IDE:
Relevant plugins:
Anything else we need to know?
Also, Probably this issue is related #4713 and if I understood everything properly this pool request contains fixes for this issue mono/SkiaSharp#1634
so, question, is there is any plans to release that to public? In project, on whitch we work, actively used SkiaSharp and we need an ability to release app to some corporates customers as single exe file, because MS Store disabled on their side and there is no way to distribute application to them, the workaround in our case could be creation of WPF build!
The text was updated successfully, but these errors were encountered: