-
Notifications
You must be signed in to change notification settings - Fork 546
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
[BUG] Upgrade to 1.68.2: Could not load file or assembly 'SkiaSharp' or one of its dependencies. Strong name signature could not be verified #1267
Comments
Whoah. Thanks for reporting this! I'm having a look right now and for some reason MSBuild is no longer strong naming... Nothing has changed on my side. Will release a fix ASAP. |
@AndersMad thanks for reporting this so quickly. I am busy waiting on a build to finish and then I'll push to the preview feed. Once it is out, you can confirm that it works and then I'll push to NuGet. I have added build tests so this should not happen again. |
thanks! I look forward to that (not there yet).. I'll just pop a side question here: I got several issue that i think is linked to the raather "old" Skia version.. ETA on > v68? (maybe I should create a new topic for this) |
We got previews already! Check out the preview feed: https://aka.ms/skiasharp-eap/index.json We are just waiting on more feedback for this before we push to NuGet. There are 2 APIs that need another look, but not many people use them. So, go ahead and start testing! |
thanks! I just tried that - but I'm afraid that I got the same strong name issue on the |
Ah, yeah. That will happen. Almost done here. All good on my machine and CI is just not going to let it go. sn.exe is hard to find haha |
The packages are pushed to the preview feed as 1.68.2.1-preview.2 |
confirmed working! thanks.. also tested bad images and they are still bad - so I look forward to test the 2.80 alpha build \o/ |
Awesome, I'll push to NuGet. EDIT |
And the new v2.80 is also up! Check out alpha 4 on the preview feed. |
Awesome! I added those issues to the list of things to figure out for v2.80. |
all above (#1267 (comment)) is now closed with v2.80 in my opinion.. and as this topic/issue is a bit twisted anyways now - can I ask how you would consider v2.80 (alpha - I know) safe to use? stomach feeling? :) cause in my world its way better already.. |
Well, the tests pass and things are looking good. So yeah, if it works now then it should be OK. I did lots of tests before it went out, so I am 50% confident. Your feedback moves it to a nice 75%. I have a few APIs to add in, such as DrawTextOnPath. I may tweak some APIs, but the native skia part is now done. |
Description
Error on run after upgrade:
HttpException (0x80004005): Could not load file or assembly 'SkiaSharp, Version=1.68.0.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. (Exception from HRESULT: 0x80131045)]
I have upgraded a few times before without problems. Choosing nuget package 1.68.1.1 again and it works. Target is x64 only.
I cleaned solution, deleted .suo file, uninstalled nuget etc. but i can't get it to work.
Basic Information
The text was updated successfully, but these errors were encountered: