mirror of
https://github.com/brutaldev/StrongNameSigner.git
synced 2026-04-25 11:26:04 +03:00
[GH-ISSUE #35] 2.1.1 SignAssembly Keeps files locked #32
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 @GieltjE on GitHub (May 1, 2017).
Original GitHub issue: https://github.com/brutaldev/StrongNameSigner/issues/35
Originally assigned to: @brutaldev on GitHub.
2.1.0 works great, but in 2.1.1 after calling SignAssembly(....) the file remains locked untill the application is closed.
E.g. we use a temporary directory to sign files, signing the same dll for multiple DotNet versions causes problems as we cannot delete them after signing.
@brutaldev commented on GitHub (May 1, 2017):
Fixed up in release 2.1.2. Updated to a new version of Mono.Cecil which seems to hold file locks so this release just reverts back to the trusty stable release.