We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After upgrading my previously working .NET 8 app to .NET 9 using Blazor WASM, it fails to run in both Debug/Release builds.
<div class="canvas-wrapper"> <SkiaSharp.Views.Blazor.SKCanvasView OnPaintSurface="OnPaintSurface" class="skia-canvas" EnableRenderLoop="true" /> </div>
App should start.
App fails to start due to unhandled exception:
System.DllNotFoundException: libSkiaSharp at SkiaSharp.SKData..cctor()
The page loading progress bar stays stuck at 100% and my Page won't load at all.
2.88.9 (Current)
Other (Please indicate in the description)
Visual Studio (Windows)
Windows
Windows/Browser
No response
The text was updated successfully, but these errors were encountered:
We've found some similar issues:
If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.
Note: You can give me feedback by 👍 or 👎 this comment.
Sorry, something went wrong.
No branches or pull requests
Description
After upgrading my previously working .NET 8 app to .NET 9 using Blazor WASM, it fails to run in both Debug/Release builds.
Code
Expected Behavior
App should start.
Actual Behavior
App fails to start due to unhandled exception:
System.DllNotFoundException: libSkiaSharp
at SkiaSharp.SKData..cctor()
The page loading progress bar stays stuck at 100% and my Page won't load at all.
Version of SkiaSharp
2.88.9 (Current)
Last Known Good Version of SkiaSharp
Other (Please indicate in the description)
IDE / Editor
Visual Studio (Windows)
Platform / Operating System
Windows
Platform / Operating System Version
Windows/Browser
Devices
No response
Relevant Screenshots
No response
Relevant Log Output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: