[GH-ISSUE #6] The program does not handle InternalsVisibleTo attribute #4

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

Originally created by @fcoulombegoogle on GitHub (Aug 22, 2014).
Original GitHub issue: https://github.com/brutaldev/StrongNameSigner/issues/6

Originally assigned to: @brutaldev on GitHub.

assemblies can define
[assembly: InternalsVisibleTo("Some.Assembly")]

and for this to work, it need to patch the attribute to:
[assembly: InternalsVisibleTo("Some.Assembly", PublicKey=)]

Originally created by @fcoulombegoogle on GitHub (Aug 22, 2014). Original GitHub issue: https://github.com/brutaldev/StrongNameSigner/issues/6 Originally assigned to: @brutaldev on GitHub. assemblies can define [assembly: InternalsVisibleTo("Some.Assembly")] and for this to work, it need to patch the attribute to: [assembly: InternalsVisibleTo("Some.Assembly", PublicKey=<the public key>)]
kerem 2026-02-25 21:30:26 +03:00
Author
Owner

@brutaldev commented on GitHub (Aug 23, 2014):

Released with v1.4.2.

<!-- gh-comment-id:53155002 --> @brutaldev commented on GitHub (Aug 23, 2014): Released with [v1.4.2](https://github.com/brutaldev/StrongNameSigner/releases/tag/1.4.2).
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#4
No description provided.