mirror of
https://github.com/brutaldev/StrongNameSigner.git
synced 2026-04-25 03:16:10 +03:00
[PR #111] [CLOSED] Fix failure to save assembly #110
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?
📋 Pull Request Information
Original PR: https://github.com/brutaldev/StrongNameSigner/pull/111
Author: @vitaly-cyberhaven
Created: 2/17/2026
Status: ❌ Closed
Base:
master← Head:issue/110-fix-file-in-use📝 Commits (2)
5019401Fix #110: Added caching assembly resolver13daeb9Fix #110: SigningHelper: register assembly with the caching resolver📊 Changes
3 files changed (+54 additions, -32 deletions)
View changed files
📝
src/Brutal.Dev.StrongNameSigner/AssemblyInfo.cs(+31 -31)➕
src/Brutal.Dev.StrongNameSigner/CachingAssemblyResolver.cs(+12 -0)📝
src/Brutal.Dev.StrongNameSigner/SigningHelper.cs(+11 -1)📄 Description
This fixes the issue https://github.com/brutaldev/StrongNameSigner/issues/110
The following project should demonstrate the issue:
StrongNameSignerTest.zip
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.