PoolSharp icon indicating copy to clipboard operation
PoolSharp copied to clipboard

Strong name

Open DanAvni opened this issue 7 years ago • 3 comments

Hi,

Could you please add strong name to the assemblies?

DanAvni avatar Jun 27 '17 05:06 DanAvni

Hi,

I'm generally against strong naming but might be convinced to make a separate package that contains a strong named version. Why do you need this?

Have you considered using one the automatic signing tools (such as https://www.nuget.org/packages/Brutal.Dev.StrongNameSigner/) to sign packages yourself ?

Yortw avatar Jun 27 '17 12:06 Yortw

Hi,

I wanted to use it in my project that is strongly names and as such cannot use assemblies without strong names. As of now and because I had a tight schedule I created my own implementation of a pool that will be replaced with a nuget at some point.

So no rush and feel free to decline if you think it should not be done

Thanks

DanAvni avatar Jun 27 '17 12:06 DanAvni

Hi,

Sorry, I was wondering why your project is strong-named? Is it using a click-once installer? Are assemblies loaded inside Sql Server or another host? Trying to determine if there is a real use case or if, as many other similar requests, this is a mistaken belief that strong naming adds 'security'.

Thanks.

Yortw avatar Jun 29 '17 23:06 Yortw