Closed LoremFooBar closed 3 years ago
Hi, thanks for the PR! Can you link me to some doc where I can read about signing. Will normal (not strong-named) assemblies still be able to reference the package?
@lazyboy1 awesome!
So does the CD process need any changes? Or will dotnet pack
and dotnet nuget push
just work?
As change only affects the build process, pack
command worked for me without any changes needed.
What I would test is updating a package from current version to strong-named version. You can do that after you publish a strong-named version. I am not familiar with NuGet.org, but maybe you can publish a private version for testing purposes. If not, you could probably try setting up a local feed.
BTW, I just found this guide specifically for library authors, which really clarifies what you should and shouldn't do.
@lazyboy1 yeah, I also found that article, but unfortunately it doesn't answer some of the questions I have. It seems you are right, I will have to use a private feed to test it.
Thank you for the pr!
Sign assembly so it can be referenced from strong-named assembly
Closes #86