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

Handle 'InternalsVisibleTo' attribute during strong naming #6

Open
linusgnt opened this issue Oct 6, 2014 · 3 comments
Open

Handle 'InternalsVisibleTo' attribute during strong naming #6

linusgnt opened this issue Oct 6, 2014 · 3 comments
Assignees

Comments

@linusgnt
Copy link

linusgnt commented Oct 6, 2014

Strong-name signed assemblies must specify a public key in their InternalsVisibleTo declarations, update strongnaming package to handle this attribute.

Thanks

@oising
Copy link
Owner

oising commented Apr 21, 2015

Good catch.

@oising oising self-assigned this Apr 21, 2015
@robv8r
Copy link

robv8r commented Sep 16, 2015

Thank you very much for creating Nivot.StrongNaming. It's well built and reliable.

I would also like to see 'InternalsVisibleTo' implemented. Currently, I use Cecil to manually make the modification in PowerShell before using the Nivot.StrongNaming to give the assembly a strong name. It would be very nice if Nivot.StrongNaming would handle InternalsVisibleTo for me.

@oising
Copy link
Owner

oising commented Sep 16, 2015

Thanks for the feedback @robv8r -- I'll take a crack at this on the weekend. I've been really busy, sorry guys. I always accept pull requests if there's anything else you like...

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

No branches or pull requests

3 participants