The Wayback Machine - https://web.archive.org/web/20201202225616/https://github.com/twilio/twilio-csharp/issues/462
Skip to content
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

Consider signing your nuget packages #462

Open
brockallen opened this issue Jan 14, 2019 · 2 comments
Open

Consider signing your nuget packages #462

brockallen opened this issue Jan 14, 2019 · 2 comments

Comments

@brockallen
Copy link

@brockallen brockallen commented Jan 14, 2019

Perhaps you should consider nuget signing:

https://docs.microsoft.com/en-us/nuget/create-packages/sign-a-package
https://docs.microsoft.com/en-us/nuget/reference/signed-packages-reference

You'll get a blue checkmark in NuGet so people know it's the right package author (instead of knock-offs).

@thinkingserious
Copy link
Contributor

@thinkingserious thinkingserious commented Oct 21, 2019

Hello @brockallen,

Thanks for reporting this!

This issue has been added to our internal backlog to be prioritized. Pull requests and +1s on the issue summary will help it move up the backlog.

With best regards,

Elmer

@FishDawg
Copy link

@FishDawg FishDawg commented Feb 11, 2020

Somewhat related. You should give the assembly a strong name by signing it. As it is now, it cannot be used in a project that has a strong name. This is pretty unusual. I haven't seen a library that wasn't signed in a while.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.