PandaWood / ExceptionReporter.NET

ExceptionReporter is a .NET component that gathers detailed information on an Exception and the application/system running it. It allows the user to copy, save or send a custom-formatted report to the developer
MIT License
51 stars 32 forks source link

Can you put StrongName in the project? #42

Open LazyLeecher opened 5 years ago

LazyLeecher commented 5 years ago

Hi, I know you probably had been asked about this but I can't find in the issues so here it is, can you put a StrongName in the project? Even one without password with the snk file in the solution folder, your code is open now it won't make a difference. Without SN on the dependencies we can't add SN to our projects. I can't use the nuget release because of this, I need to download the dll and add SN manually every time there is a release, that I don't know is out because I don't check often.

Great lib, use every day, thanks a lot!

PandaWood commented 3 years ago

Maybe this was setup at some other time as I see the "key.snk" file in the src folder

PandaWood commented 2 years ago

I read recently the best advice on this is to strong name open source assemblies - taking this article as advice, I would like to to do it. Just ensuring there's no breaking change or disadvantage to those not using strong named assemblies.

Strong naming (Microsoft article)