autofac / Autofac.ServiceFabric

Autofac integration for Azure Service Fabric. Provides service factory implementations for Actors, Stateful Services and Stateless Services.
MIT License
26 stars 27 forks source link

There is a plan to sign the assembly? #19

Closed MonDeveloper closed 6 years ago

MonDeveloper commented 6 years ago

In order to use the library we had to remove the digital signature from our services, do you have plan to add the digital signature to the library?

alexmg commented 6 years ago

I didn't actually realise that it wasn't signed. We normally sign all our assemblies. This is certainly something I can do.

alexmg commented 6 years ago

@MonDeveloper I suspect I didn't read your original comment properly. We have already signed the assembly with a strong name key so I assume that you must be referring to an actual code signing certificate. If that is the case then we do not currently sign any of our assemblies with a digital certificate.

MonDeveloper commented 6 years ago

You're right, I'm really sorry, I open the issue in the wrong repo. Again, sorry @alexmg