benaadams / Ben.Demystifier

High performance understanding for stack traces (Make error logs more productive)
Apache License 2.0
2.76k stars 118 forks source link

DLL in NuGet package is not strong-name signed. #47

Closed torjoshi closed 6 years ago

torjoshi commented 6 years ago

Please add signing support in project file to allow loading dll from other strong-name signed projects.

molinch commented 6 years ago

You can add strongnamer nuget in your project, then it will automatically strongname it. https://www.nuget.org/packages/StrongNamer/

If that's not a solution it's rather easy to publish your fork, this is what I did, but for other reasons (dependency issues).

benaadams commented 6 years ago

Try latest: https://www.nuget.org/packages/Ben.Demystifier/0.0.43 thanks to @onovotny