bruno-garcia / log4net.ElasticSearch

log4net appender to ElasticSearch
https://bruno-garcia.github.io/log4net.ElasticSearch/
Other
219 stars 92 forks source link

Please sign the assembly strong name #126

Closed KagurazakaNyaa closed 3 years ago

KagurazakaNyaa commented 3 years ago

An non-strong-named assembly cannot be referenced by a strong-named assembly, and the current assembly in NuGet is a non-strong-named assembly.

KagurazakaNyaa commented 3 years ago

Please see here for details.

bruno-garcia commented 3 years ago

I'm not planning to strong sign the assembly at the moment but you can do it yourself:

https://github.com/dsplaisted/strongnamer

Also please refer to this comment for an explanation why: https://github.com/jbogard/MediatR/issues/86#issuecomment-228100633

KagurazakaNyaa commented 3 years ago

It works, thank you.