strongnaming
strongnaming copied to clipboard
Handle 'InternalsVisibleTo' attribute during strong naming
Strong-name signed assemblies must specify a public key in their InternalsVisibleTo declarations, update strongnaming package to handle this attribute.
Thanks
Good catch.
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.
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...