mirror of
https://github.com/brutaldev/StrongNameSigner.git
synced 2026-04-25 11:26:04 +03:00
[GH-ISSUE #87] [Feature Request]: convert the "Unsupported PDB deleted bitset is not empty" Error to a warning, so that the commandline app does not report errors #71
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 @Smurf-IV on GitHub (Jan 18, 2023).
Original GitHub issue: https://github.com/brutaldev/StrongNameSigner/issues/87
The above is generated for a C++ Dll that has
/clrset@brutaldev commented on GitHub (Jan 21, 2023):
That exception was actually removed from Mono.Cecil so not sure what is throwing it:
github.com/jbevain/cecil@2c6892705cThe exception is also internal so cannot be caught. Ultimately, it's still an error and the console will show an error, you shouldn't be trying to sign these types of files.
@Smurf-IV commented on GitHub (Jan 22, 2023):
@brutaldev
When passing a command line of *.dll for a hundred files and this throws on 1 of them, then there needs to be an override