oising / strongnaming

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.
40 stars 6 forks source link

Updated readme #11

Closed DanielRose closed 9 years ago

DanielRose commented 9 years ago

Depending on where the files are located, it is necessary to explicitly pass the full path to test-strongname, otherwise it will look in the wrong place.

oising commented 9 years ago

Thanks -- this particular quirk comes from how the System.IO.FileInfo gets constructed in the various invocation patterns possible.