-
Notifications
You must be signed in to change notification settings - Fork 746
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
browser-wasm doesn't compile with SkiaSharp.Views.Uno.WinUI SkiaSharp 3.0.0-preview.4.1 #17516
Comments
I think this is being fixed here |
Support for SkiaSharp 3.0 is coming in Uno 5.3 and later, and additional changes will follow as the newer bits get available. |
Thanks for the clarification: using uno.Sdk 5.3.0-dev.1873 seems to fix the build error with browser-wasm |
Thanks for the update! |
Unfortunatly the error still exists. During a merge the SkiaSharp Version got downgraded to 2.88.8 And there it works but with SkiaSharp 3.0.0-preview.4.1 it doesn't |
@inforithmics which errors do you get? |
It is now a different message
|
@inforithmics this particular issue is fixed in both 5.3 and 5.4-dev builds. Which build of uno did you try? |
I tried again 5.3.31 (Uno.Sdk) (I did run uno-check to update the dependencies).
So the driver message was fixed but for the missing GL Symbol I think needs to be fixed in SkiaSharp itself. (Will be fixed in the .NET 8 pull request #2927). |
@jeromelaban what is the status of this issue please |
This is not an issue we can fix, it must from from SkiaSharp. Likely in a recent preview. |
Current behavior
browser-wasm doesn't compile with SkiaSharp.Views.Uno.WinUI
Short Error Message:
Longer Error Message:
Expected behavior
browser-wasm compiles with SkiaSharp.Views.Uno.WinUI
How to reproduce it (as minimally and precisely as possible)
UnoApp4.zip
Workaround
None found yet
Works on UWP/WinUI
None
Environment
Uno.UI / Uno.UI.WebAssembly / Uno.UI.Skia
NuGet package version(s)
5.2.175
https://www.nuget.org/packages/SkiaSharp.Views.Uno.WinUI/3.0.0-preview.3.1
I tried the newest Uno.Sdk too and still the same error message.
"Uno.Sdk": "5.4.0-dev.119"
Affected platforms
WebAssembly
IDE
Visual Studio 2022
IDE version
17.10
Relevant plugins
Resharper
Anything else we need to know?
Here I'm trying to use SkiaSharp 3.0.0-preview.3.1 the only target that does not compile yet is browser-wasm (Is currently disabled).
Mapsui/Mapsui#2603
The text was updated successfully, but these errors were encountered: