Issue when trying to sign an assembly that depends on the EventStore.Client NuGet Package

Hi,

I’m trying to sign an assembly that is depending on the EventStore.Client NuGet package.

I’m being told that the client api dll does not have a strong name.

Is there any way to get around this? Also, will the EventStore.Client dll be strongly signed or not?

Kind regards

Sean.

My guess, without any knowledge of what the ES team might think, is that you should compile yourself and SN.

The .net community at large appears to be moving away from strong naming because of the multiplicity of issues it causes in exchange for the very low benefit accrued.

Random sample from google: https://twitter.com/davidfowl/status/467418148451254272