-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to load skiasharp assemblies #64
Comments
Can you share the code for the test that's failing? Or one better, can you add a new https://github.com/jonathanpeppers/Xamarin.Forms.Mocks/tree/master/Xamarin.Forms.Mocks.Tests Thanks! |
Sorry, I was very busy last week. I have added the Skiasharp Test in the project. Thanks! |
If you go here and download the https://www.nuget.org/packages/SkiaSharp.Views.Forms/2.80.2 There is no We would need a As far as |
Is there a workaround ? I just need the CodeBehind to work, not the actual Xaml elements. |
If the error is: You could try unzipping the So I'm not sure how useful this workaround would actually be. |
Hello,
In my Xamarin project, I have microcharts component which reference skiasharp assembly.
When I launch the unit test, App.init crash in the form creator "Could not load file or assembly 'SkiaSharp.Views.Forms, Version=2.80.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.\n"
The skiasharp is here but I think that no plateform is defined in unit test and all the skiasharp component crash.
Have-you any idea to resolve it ?
(Xamarin.forms 4.8, VS 2019 - Mac, NUnit)
Thx
The text was updated successfully, but these errors were encountered: