[GH-ISSUE #51] StrongNameSignerTarget executes too long #45

Closed
opened 2026-02-25 21:30:32 +03:00 by kerem · 1 comment
Owner

Originally created by @zamaleev on GitHub (Sep 25, 2018).
Original GitHub issue: https://github.com/brutaldev/StrongNameSigner/issues/51

Hello,

I want to use your tool to automatically sign two dll's from external nuget packages that I used in my solution. Problem is that your task checks all dll inside nuget download folder (in my case it is C:\Users\USERNAME.nuget\packages which contain 26 folders/packages) so execution time of single build takes too much time, more than 8 minutes. Is it an option to give the mask of dll's/packages that will specify for dll's file names that tool really needs to be signed?

Originally created by @zamaleev on GitHub (Sep 25, 2018). Original GitHub issue: https://github.com/brutaldev/StrongNameSigner/issues/51 Hello, I want to use your tool to automatically sign two dll's from external nuget packages that I used in my solution. Problem is that your task checks all dll inside nuget download folder (in my case it is C:\Users\USERNAME\.nuget\packages which contain 26 folders/packages) so execution time of single build takes too much time, more than 8 minutes. Is it an option to give the mask of dll's/packages that will specify for dll's file names that tool really needs to be signed?
kerem closed this issue 2026-02-25 21:30:32 +03:00
Author
Owner

@brutaldev commented on GitHub (Sep 25, 2018):

If you need to filter just the assemblies you want to sign, you can provide patterns with the -in parameter when using it as part of the build process. Using the build target at the moment does not allow for patterns (you're welcome to add that functionality if you want) so you can use the command-line app to run BeforeBuild. The documentation highlights how to do this already, a pattern example can be found under Dealing With Dependencies.

<!-- gh-comment-id:424400722 --> @brutaldev commented on GitHub (Sep 25, 2018): If you need to filter just the assemblies you want to sign, you can provide patterns with the `-in` parameter when using it as part of the build process. Using the build target at the moment does not allow for patterns (you're welcome to add that functionality if you want) so you can use the command-line app to run BeforeBuild. The documentation highlights how to do this already, a pattern example can be found under [Dealing With Dependencies](https://github.com/brutaldev/StrongNameSigner#dealing-with-dependencies).
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#45
No description provided.