mirror of
https://github.com/brutaldev/StrongNameSigner.git
synced 2026-04-25 11:26:04 +03:00
[PR #85] [MERGED] fix: Updating custom attributes with type reference arguments #107
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/85
Author: @nickrandolph
Created: 1/12/2023
Status: ✅ Merged
Merged: 1/12/2023
Merged by: @brutaldev
Base:
master← Head:dev/nr/fixcustomattribute📝 Commits (2)
53fa5affix: Updating custom attributes with type reference arguments8bf83f9fix: Removing internalvisibleto attributes that don't have a strong name📊 Changes
1 file changed (+54 additions, -11 deletions)
View changed files
📝
src/Brutal.Dev.StrongNameSigner/SigningHelper.cs(+54 -11)📄 Description
One of the assemblies we're signing has a custom attribute that references a type in another of the assemblies to be signed. This custom attribute isn't currently being updated to look for the signed assembly
eg
[MyCustomAttribute(typeof(TypeFromUnsignedAssembly))]
This PR also adds back logic for removing InternalVisibleTo attributes that can't be fully resolved ie the assembly isn't in the list of assemblies to be signed, and doesn't have a strong name
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.