Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The program does not handle InternalsVisibleTo attribute #6

Closed
fcoulombegoogle opened this issue Aug 22, 2014 · 1 comment
Closed
Assignees
Milestone

Comments

@fcoulombegoogle
Copy link

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 brutaldev added this to the 1.4.2 milestone Aug 23, 2014
@brutaldev brutaldev self-assigned this Aug 23, 2014
brutaldev added a commit that referenced this issue Aug 23, 2014
Enhancement #6
InternalsVisibleTo attribute declarations will be rewritten with the
public key of the assembly being referenced. This will occur at the same
time references are fixed for an assembly.
@brutaldev
Copy link
Owner

Released with v1.4.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants