-
Notifications
You must be signed in to change notification settings - Fork 15
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
Assembly signing #10
Comments
I'm not sure if I want to get into assembly signing for this library, but I'll at least consider it. If you need a quick fix, I'd recommend just copying the source code directly into your signed project. |
The keyfile is intentionally included based on Microsoft's advice: > If you are an open-source developer and you want the identity benefits of a > strong-named assembly, consider checking in the private key associated with > an assembly into your source control system.
The keyfile is intentionally included based on Microsoft's advice: > If you are an open-source developer and you want the identity benefits of a > strong-named assembly, consider checking in the private key associated with > an assembly into your source control system.
I added a preview release of the signed assembly to NuGet with version 1.2.2-preview. If you get a chance to try that version with your project the requires a signed assembly, let me know if you run into any issues with it. I created pull request #11 with the changes but I won't merge it in right away. If anyone sees any problems with that implementation, feel free to comment on it. |
The assembly available from NuGet is not signed, which is creating a problem when using in a project that is signed
The text was updated successfully, but these errors were encountered: