[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

Closed
opened 2026-02-25 21:30:36 +03:00 by kerem · 2 comments
Owner

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 /clr set

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 `/clr` set
kerem 2026-02-25 21:30:36 +03:00
  • closed this issue
  • added the
    wontfix
    label
Author
Owner

@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@2c6892705c

The 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.

<!-- gh-comment-id:1399311006 --> @brutaldev commented on GitHub (Jan 21, 2023): That exception was actually removed from Mono.Cecil so not sure what is throwing it: https://github.com/jbevain/cecil/commit/2c6892705c20294859da5bc36f9b82f60aa333c7 The 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.
Author
Owner

@Smurf-IV commented on GitHub (Jan 22, 2023):

The 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.

@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

<!-- gh-comment-id:1399421852 --> @Smurf-IV commented on GitHub (Jan 22, 2023): > The 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. @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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/StrongNameSigner#71
No description provided.