alexandrnikitin / Topshelf.Unity

Topshelf.Unity provides extensions to construct your service class from your Unity IoC container.
MIT License
7 stars 8 forks source link

Error CS8002: Referenced assembly 'Topshelf.Unity' does not have a strong name. #3

Closed voroninp closed 6 years ago

voroninp commented 8 years ago

Our company's policy requires us to deploy only signed assemblies. Signed assemblies cannot reference not signed libraries.

alexandrnikitin commented 8 years ago

Hi Pavel,

I have strong opinion against signed assemblies. Based on my experience signed assemblies cause only problems while they don't bring any benefits. Feel free to contribute the build script for creating the signed assembly package. (I really like FAKE http://fsharp.github.io/FAKE/) Another option is just to copy the sources into your project.