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

Skip strong name signing on Mono until Roslyn supports it #2558

Closed
@akoeplinger

Description

@akoeplinger

Building projects that specify a keyFile in project.json (like serilog) doesn't work on Mono currently since the following error is generated:

error CS7027: Error signing output with public key from file '../../assets/Serilog.snk' -- Assembly signing not supported.

Since signing isn't supported by Roslyn on non-Windows platforms yet, signing should just be skipped and a warning printed instead.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions