[GH-ISSUE #35] 2.1.1 SignAssembly Keeps files locked #32

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

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.

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.
kerem 2026-02-25 21:30:30 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@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.

<!-- gh-comment-id:298304802 --> @brutaldev commented on GitHub (May 1, 2017): Fixed up in release [2.1.2](https://github.com/brutaldev/StrongNameSigner/releases/tag/v2.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.
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#32
No description provided.