-
Notifications
You must be signed in to change notification settings - Fork 20
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
MuPDFCore.dll in MuPDFCore NuGet package 1.7 has no strong name #23
Comments
Hi! Thanks for pointing this out, I didn't realise strong naming was still around (I have been using mostly .NET Core/.NET, and strong naming doesn't really matter anymore). Assuming it won't break anything, I will try to strong name-sign the next release! In the meantime, assuming you don't want to disable strong naming in your project, you don't need to build from source; you can use the following workaround:
You should now be able to debug and execute your program. I hope this makes sense, let me know if something isn't clear or if you have any further questions! |
Hi, Thank you very much for the information. Best Regards |
Hi, starting from the new version 1.8.0, the library is now strong-name signed. I'm closing this issue, let me know if you have any more problems! |
Hi,
I just added MuPDFCore 1.7 NuGet package to my project, but MuPDFCore.dll couldn't be loaded because of no strong name:
MuPDFCore, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null
Is this an issue or was designed?
Should I need to build from source to add strong name?
Thanks!
Wicky Hu
The text was updated successfully, but these errors were encountered: