[GH-ISSUE #56] Disable signing packages #49

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

Originally created by @fpavlic on GitHub (Nov 22, 2019).
Original GitHub issue: https://github.com/brutaldev/StrongNameSigner/issues/56

Originally assigned to: @brutaldev on GitHub.

Hi,

I'm using Brutal.Dev.StrongNameSigner Nuget package, had used "Before Build" process to sign un-signed packages. Those packages will not be updated that frequently so I would like to disable signing & checking.

Is there option to do that?

Originally created by @fpavlic on GitHub (Nov 22, 2019). Original GitHub issue: https://github.com/brutaldev/StrongNameSigner/issues/56 Originally assigned to: @brutaldev on GitHub. Hi, I'm using Brutal.Dev.StrongNameSigner Nuget package, had used "Before Build" process to sign un-signed packages. Those packages will not be updated that frequently so I would like to disable signing & checking. Is there option to do that?
kerem 2026-02-25 21:30:33 +03:00
Author
Owner

@brutaldev commented on GitHub (Nov 25, 2019):

Currently no option for that, suppose this could be an environment variable that you set otherwise you will need to change your project settings all the time. Will think about it and put something in the next release.

<!-- gh-comment-id:558046991 --> @brutaldev commented on GitHub (Nov 25, 2019): Currently no option for that, suppose this could be an environment variable that you set otherwise you will need to change your project settings all the time. Will think about it and put something in the next release.
Author
Owner

@fpavlic commented on GitHub (Nov 25, 2019):

@brutaldev either environment variable or setting in e.g. global.asax on application start. Could be helpful because I noticed increase in build time, even if those packages are already signed.

<!-- gh-comment-id:558062766 --> @fpavlic commented on GitHub (Nov 25, 2019): @brutaldev either environment variable or setting in e.g. global.asax on application start. Could be helpful because I noticed increase in build time, even if those packages are already signed.
Author
Owner

@brutaldev commented on GitHub (Nov 25, 2019):

Added check for environment variable SNS_DISABLE_CONSOLE_SIGNING in version 2.6.0. Use the value true to skip signing (a warning will also appear in your log).

<!-- gh-comment-id:558085175 --> @brutaldev commented on GitHub (Nov 25, 2019): Added check for environment variable `SNS_DISABLE_CONSOLE_SIGNING` in version [2.6.0](https://github.com/brutaldev/StrongNameSigner/releases/tag/2.6.0). Use the value `true` to skip signing (a warning will also appear in your log).
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#49
No description provided.