Sign binaries with a Code Signing Certificate #1948
fredrikeriksson
started this conversation in
General
Replies: 1 comment 4 replies
-
Hmm.. This isn't something I've done before so don't know too much about it. So currently your IDE experience is lacking because the Analyzers aren't running? (I assume that means source generators could be blocked too which would block TUnit entirely.) And from what you're saying, having this signing would stop them being blocked? So does the .nupkg get signed? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Analyzers usually get's blocked by AppLocker and to allow these the run admins need to add AppLocker whitelisting rules, while path is an option trusting the publisher of signed binaries is generally prefered.
Do note that I see that you recently did implement Strong Name Signing, this is not the same thing :)
Could this be considered at all?
https://signpath.org/ have a free OSS offering that you probably could use, don't have any personal experience with them though.
Beta Was this translation helpful? Give feedback.
All reactions