-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please provide strongly name key #12
Comments
I've never set up strong naming before, but if you're willing to create a pull request that adds it to the build script, I'm open to merging it in. The standard advice is for open source projects to check in their strong-naming key, so do include the key in the PR. |
I could certainly try it. I am new to working in GitHub as a contributor on projects that are not mine. Do I need permission to do that?
From: Stephen Jennings <[email protected]>
Sent: Tuesday, October 23, 2018 12:37 PM
To: jennings/OATH.Net <[email protected]>
Cc: Thomas Carpe <[email protected]>; Author <[email protected]>
Subject: Re: [jennings/OATH.Net] Please provide strongly name key (#12)
I've never set up strong naming before, but if you're willing to create a pull request that adds it to the build script, I'm open to merging it in.
The standard advice is for open source projects to check in their strong-naming key<https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/strong-naming>, so do include the key in the PR.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#12 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ATLsxOB0SUFgWVdAX4Wj3DWPfhWF9F3wks5un0XIgaJpZM4Xyjht>.
Did we do something great for you today? Maybe there’s something we could improve. Please take a few minutes to share your feedback with us.<https://form.jotform.us/71425904727156>
Do you need help with Office 365 or other Microsoft Services?
Please email [email protected] to reach our support team or dial direct at 202-753-0107<tel:+12027530107>. Don't have a service agreement with us? Call us at 410-633-5959<tel:+14106335959> or email [email protected] and let's get started.
|
Not at all! The process is:
It looks like there are many ways you can strong-name an assembly; my preference if possible would be for MSBuild to automatically sign the assembly when generating a Release build. Thanks for looking into this! |
Your code is great, but we were forced to fork it because it was not strongly signed. Could have been leveraged as-is, if only it had SNK in the project. Thank you for your hard work!
The text was updated successfully, but these errors were encountered: