strongnaming
strongnaming copied to clipboard
A set of PowerShell Cmdlets to facilitate signing of unsigned 3rd party assemblies with a key of your choice, to allow them to be referenced by strongly named projects.
Bumps [Mono.Cecil](https://github.com/jbevain/cecil) from 0.11.4 to 0.11.5. Release notes Sourced from Mono.Cecil's releases. 0.11.5 Cecil 0.11.5 is a bug fix release. Companies using Cecil are now encouraged to sponsor Cecil's development....
Strong-name signed assemblies must specify a public key in their InternalsVisibleTo declarations, update strongnaming package to handle this attribute. Thanks
I am trying to type the commands for the strong name by inputting the commands until "dir -rec *NET.dll | set-strongname -keypair $key -verbose". My file name is end up...
The underlying .NET APIs don't complain with an invalid password for a PFX. The resultant StrongNameKeyPair instance is just zeroed out. I should detect this and throw a terminating error.