axuno / SmartFormat

A lightweight text templating library written in C# which can be a drop-in replacement for string.Format
Other
1.1k stars 105 forks source link

Referenced assembly does not have a strong name #24

Closed omidkrad closed 10 years ago

omidkrad commented 10 years ago

Hi, thanks for this great library. Can you please strong-sign it in the nuget package? It is needed when other strong signed assemblies reference SmartFormat.dll. Currently I'm using this workaround but it would be great if it is strong-signed by the author.

Thanks!

SeriousM commented 10 years ago

Hi Omid,

signing assemblies has pros and cons. To answer your request: we won't sign our assemblies.

Here are some links to that topic

Thanks

stevozilik commented 9 years ago

+1 sign please

this is a dealbraker for us, as we need to sign everything, company policy. Btw we never had any issues with signed assemblies