cjbhaines / Log4Net.Async

Asynchronous Log4Net appenders and forwarder
http://www.nuget.org/packages/Log4Net.Async/
MIT License
121 stars 37 forks source link

Dlls have no strong name #36

Open MCCoolMoDAue opened 6 years ago

MCCoolMoDAue commented 6 years ago

We were thinking to use the async appender in our product, but it has no strong name. Therefore it also cannot be put into the GAC. Please sign your dlls.

Rast1234 commented 6 years ago

Also it references old log4net (not with nuget) so if you'll add it to GAC, you'll have missing log4net of that version.

KamranShahid commented 6 years ago

Same Case here

xmedeko commented 6 years ago

Still strong naming your assemblies? Hey, it's 2018 ... e.g. see https://github.com/punker76/MahApps.Metro.SimpleChildWindow/issues/55