question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Signing does not work on non-Windows

See original GitHub issue

When signing on non-Windows platforms, we get output something like: error CS7027: Error signing output with public key from file '/Users/livarcocc/Documents/git/core-sdk/build/Targets/../Strong Name Keys/RoslynInternalKey.Private.snk' -- Assembly signing not supported. Once signing is supported on non-Windows, remove the condition in Common.props.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10 (9 by maintainers)

github_iconTop GitHub Comments

3reactions
eerhardtcommented, Oct 4, 2016

@333fred - can we use something like:

<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>

To support at least public signing our assemblies on non-Windows?

1reaction
Jonathan34commented, Jun 19, 2017

I believe this is related to: https://github.com/dotnet/cli/issues/6911 but i fail to see the workaround or resolution for that.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Sign-in issues, various options unavailable, even after ...
Hello, I am having trouble signing in. Usually, I would have three options; fingerprint, pin and password. However, only password seems to ...
Read more >
Code signing problems - windows
I used signtool and a customer provided pfx file, and was fine. The software is sold to customers worldwide, and needs to run...
Read more >
No Certificates Were Found That Met All the Given Criteria
The best solution is to add a valid code signing certificate issued by a trusted CA. Install the code signing certificate on your...
Read more >
What's past is prologue: When code-signing in Windows 11 ...
Microsoft uses a process of code signing files to validate and verify that files are legitimate. If the certificate isn't valid or has...
Read more >
Central Windows devices: Azure Code Signing changes
This article details the product changes for Sophos to be complaint with Microsofts Azure Code Signing program.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found