mono / SkiaSharp

SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
MIT License
4.52k stars 540 forks source link

[BUG] Upgrade to 2.80.3: Could not load file or assembly 'SkiaSharp' or one of its dependencies. Strong name signature could not be verified #1860

Open dlarks opened 3 years ago

dlarks commented 3 years ago

Description HttpException (0x80004005): Could not load file or assembly 'SkiaSharp, Version=2.80.3.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' or one of its dependencies. Strong name signature could not be verified. The assembly may have been tampered with, or it was delay signed but not fully signed with the correct private key.

.Net 4.8 seeing this error again: https://github.com/mono/SkiaSharp/issues/1267

Code

N/A

Expected Behavior

No error

Actual Behavior

Above error

Basic Information

Windows 10
nesc58 commented 3 years ago

Problem is known and solved but still not released after months: https://github.com/mono/SkiaSharp/issues/1767

ndenkha commented 2 years ago

Hi, I'm running into the same exact error with 2.80.3, how is this still not fixed? Is the solution to upgrade to v 2.80.4? my problem is the 3rd party library I'm using requires 2.80.3 Anyhow, I just upgraded to 2.80.4 and the error went away, next is to test and make sure functionalities are intact.