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

Provide strongly-named assembly #85

Open
josesimoes opened this issue Dec 12, 2019 · 7 comments
Open

Provide strongly-named assembly #85

josesimoes opened this issue Dec 12, 2019 · 7 comments

Comments

@josesimoes
Copy link

Hi,

I was trying to use this library in a VS extension that I'm working but can't do it because it's not signed.
I can submit a PR for this, if you're willing to accept it.

@DeanMauro
Copy link

@josesimoes I had the same problem. You can use StrongNamer in the meantime.

@josesimoes
Copy link
Author

Thanks @DeanMauro! Wasn't aware of that tool. Very handy!! 👏 👍

@Romanx
Copy link
Contributor

Romanx commented Feb 24, 2020

Hi everyone, sorry for not replying sooner. I originally did strong name Stubble and then removed it when i discovered StrongNamer which was linked above. Recent guidance from MS is that you should strongly name your assembly and considering the way we version the library we can be sure that the binding redirect will not change (until we do a major version bump) so this should be safe.

I'll leave the issue here for us to target however it won't be a current priority since StrongNamer is a solution for most. Thanks for reporting and using Stubble!

@schwarzr
Copy link

schwarzr commented May 5, 2020

StrongNamer does not really work for me, becuause i want to use the package as a Dependency for my own strong named library. Are you planning on Signing you assemblies in the future. Seams to be the official recommendation from Microsoft.
https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/strong-naming

@Romanx
Copy link
Contributor

Romanx commented May 5, 2020

Hi @schwarzr it's on my list to do but i'm not sure the effect of adding strong naming as a non major version change.

@ghost
Copy link

ghost commented Mar 2, 2021

Hi @Romanx. I would also need the strong named version of your package. Any updates to this topic?

@janis-veinbergs
Copy link

janis-veinbergs commented Apr 29, 2024

I do use Strong Namer msbuild task and an "init" project which references packages that are not strong name signed. On build they get signed and dependencies afterwards works very well. That is, other projects using same nuget will automatically get signed version of assembly.

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

No branches or pull requests

5 participants