brutaldev / StrongNameSigner

Strong-name sign third party .NET assemblies without the source code.
https://brutaldev.com/post/net-assembly-strong-name-signer
Other
327 stars 68 forks source link

Re-sign assemblies after fixing references #10

Closed Bringer128 closed 9 years ago

Bringer128 commented 9 years ago

Added re-signing to the reference fixing code and called it from the Console App and UI.

This should address #8 and #9.

Bringer128 commented 9 years ago

I wasn't able to find a minimal test case for this - I can't commit back my assemblies that this breaks on and each combination of newly crafted assemblies I tried worked correctly.

This pull request contains a fix that solves it for my case. @danda1man might want to take this pull request and test it on his assemblies too.