mirror of
https://github.com/brutaldev/StrongNameSigner.git
synced 2026-04-25 11:26:04 +03:00
[GH-ISSUE #6] The program does not handle InternalsVisibleTo attribute #4
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?
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=)]
@brutaldev commented on GitHub (Aug 23, 2014):
Released with v1.4.2.