mirror of
https://github.com/brutaldev/StrongNameSigner.git
synced 2026-04-25 19:36:02 +03:00
[GH-ISSUE #97] Failed to resolve System.IO.FileAccess #79
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @billpeace on GitHub (Aug 21, 2023).
Original GitHub issue: https://github.com/brutaldev/StrongNameSigner/issues/97
how to?
thanks
@brutaldev commented on GitHub (Aug 21, 2023):
Can you share what you are trying to sign and/or what the parameters are that you are using?
I suspect this is an issue with probing paths not finding certain types.
@billpeace commented on GitHub (Aug 22, 2023):
https://rapidgator.net/file/bd4ae88df1e4231f5a01f032916268b0/GdPicture.NET.14.API.dll.html
want to sign this dll
thanks
@brutaldev commented on GitHub (Aug 22, 2023):
The assembly is bundled with it's dependencies, delay signed and obfuscated with Dotfuscator so re-writing the assembly is not going to be possible.
You should be able to use this in a strong-name signed project because it's delay signed already and there is no point in using Strong Name Signer to try and sign it yourself.