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
Description
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.