mirror of
https://github.com/brutaldev/StrongNameSigner.git
synced 2026-04-25 03:16:10 +03:00
[PR #58] [CLOSED] Added some fixes to version 2.7.0 to further improve performance #95
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/58
Author: @programatix
Created: 12/12/2019
Status: ❌ Closed
Base:
master← Head:patch-1📝 Commits (2)
70603f6Added a path to Microsoft Framework assemblies to the ignored path check.bbeb7baUpdate AutomaticBuildTask.cs📊 Changes
1 file changed (+14 additions, -13 deletions)
View changed files
📝
src/Brutal.Dev.StrongNameSigner/AutomaticBuildTask.cs(+14 -13)📄 Description
This is related to https://github.com/brutaldev/StrongNameSigner/issues/57.
Version 2.7.0 doesn't fix the issue I'm having. Checking the msbuild binary log, it seems that there is another path of Microsoft Framework assemblies that are being processed which it should not (as intended by the update done to version 2.7.0). I added the path to the exclude list.
Also I noted that assemblies that are originally signed being processed again and again by StrongNameSigner. This update removed them from being processed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.