ByteSize icon indicating copy to clipboard operation
ByteSize copied to clipboard

Binaries are not strong name signed

Open tomerrt opened this issue 7 years ago • 3 comments

Hi,

This is preventing us from calling the byteSize dll from a strong name assembly file (signed code can't call unsigned code).

Can you please sign your binary?

tomerrt avatar Jun 07 '18 06:06 tomerrt

The library is comprised of a single file. Just add it to your project and you're good to go.

AndreasHassing avatar Jun 19 '18 19:06 AndreasHassing

This package not being strong-name signed causes issues for us as well. @omar any chance of getting the binaries strong-named signed and publishing a new version? Should be a fairly easy thing to do https://docs.microsoft.com/en-us/dotnet/standard/assembly/sign-strong-name :)

Thanks, // Seb

sebbe33 avatar Apr 10 '20 16:04 sebbe33

+1 This is preventing us to use the NuGet package and we have to integrate the sources into our own library as a workaround

JDA88 avatar Sep 09 '22 11:09 JDA88

@JDA88, @sebbe33, @tomerrt, I just published ByteSize v2.1.2 which is strongly named. https://www.nuget.org/packages/ByteSize/2.1.2

omar avatar Jan 14 '24 20:01 omar