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

Strong Naming #2

Open
joschmo80 opened this issue Nov 22, 2021 · 0 comments
Open

Strong Naming #2

joschmo80 opened this issue Nov 22, 2021 · 0 comments

Comments

@joschmo80
Copy link

My .NET 5.0 app is strong named for security reasons. Currently importing your package shows "... does not have a strong name." errors during build.

While the app runs despite those, would it be possible to strong name your build? This can easily be achieved by adding the following to every .csproj:

..\Foo.snk
true

Where Foo.snk is generated per sn.exe. See https://docs.microsoft.com/en-us/dotnet/standard/assembly/create-use-strong-named for more info.

My current workaround is for my code to also add a nuget reference to https://github.com/dsplaisted/strongnamer. This works, but is less than ideal. I see you are not accepting new PRs, but this behavior was not see with the Microsoft .dll. Thanks!

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

No branches or pull requests

1 participant