mirror of
https://github.com/brutaldev/StrongNameSigner.git
synced 2026-04-25 03:16:10 +03:00
[PR #98] [MERGED] Fix temp directory access when signing in parallel #106
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/98
Author: @OliverW10
Created: 10/4/2023
Status: ✅ Merged
Merged: 10/4/2023
Merged by: @brutaldev
Base:
master← Head:fix-temp-directory-name📝 Commits (3)
aef9e93add parallel test573553bappend guid to temp directory4972b1cremove unnesisary usings📊 Changes
2 files changed (+11 additions, -1 deletions)
View changed files
📝
src/Brutal.Dev.StrongNameSigner.Tests/SignAssemblyTests.cs(+10 -0)📝
src/Brutal.Dev.StrongNameSigner/SigningHelper.cs(+1 -1)📄 Description
If multiple signings are running at the same time, all of them would use the same temp directory name and when one finishes it deletes the temp directory along with the files the other instances may have still wanted to use.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.