Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

Enabling signing assemblies using public key from snk on Mono and Cor… #3018

Merged
merged 1 commit into from
Oct 20, 2015

Conversation

moozzyk
Copy link
Contributor

@moozzyk moozzyk commented Oct 19, 2015

…eClr

If the project.json file contains the keyFile on CoreClr and Mono we
will extract the public key from the snk file and will OSS sign the
assembly with the extracted key. (Fixes #2558). We will do the same on
desktop CLR if the keyFile option is accompanied by "useOssSigning": true

As a result of this change the keyFile and the useOssSigning are
no longer mutually exclusive and we will no show cyptic Roslyn
compilation errors we would have shown before. (Fixes #2452).

@davidfowl
Copy link
Member

This looks good

@davidfowl
Copy link
Member

:shipit:

…eClr

If the project.json file contains the `keyFile` on CoreClr and Mono we
will extract the public key from the snk file and will OSS sign the
assembly with the extracted key. (Fixes #2558). We will do the same on
desktop CLR if the `keyFile` option is accompanied by `"useOssSigning": true`

As a result of this change the `keyFile` and the `useOssSigning` are
no longer mutually exclusive and we will no show cyptic Roslyn
compilation errors we would have shown before. (Fixes #2452).
@moozzyk moozzyk merged commit 72b0f32 into dev Oct 20, 2015
@moozzyk moozzyk deleted the pawelka/snk branch October 20, 2015 02:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants