mirror of
https://github.com/brutaldev/StrongNameSigner.git
synced 2026-04-25 11:26:04 +03:00
[GH-ISSUE #102] Support for Central Package Management #84
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 @TDS-NO on GitHub (Jul 5, 2025).
Original GitHub issue: https://github.com/brutaldev/StrongNameSigner/issues/102
Hi
Using Central Package Management, using the Brutal.Dev.StrongNameSigner nuget package does not find any unsgned assemblies and sign them.
This would be a nice feature to a great product.
Regards
@brutaldev commented on GitHub (Jul 8, 2025):
@TDS-NO
I have not tested using central package management but I suspect it will still work without any issues since it's not parsing project files but rather looking at the already built assemblies (no source).
Please post the full error log or a project sample with the package that you cannot sign and I'll investigate further. Just a basic sign of the assembly shows no issues:
@TDS-NO commented on GitHub (Jul 9, 2025):
You are right, my misstake, there is not any problem with using central package management.