omar / ByteSize

ByteSize is a utility class that makes byte size representation in code easier by removing ambiguity of the value being represented. ByteSize is to bytes what System.TimeSpan is to time.
MIT License
558 stars 50 forks source link

Binaries are not strong name signed #33

Closed tomerrt closed 9 months ago

tomerrt commented 6 years ago

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?

AndreasHassing commented 6 years ago

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

sebbe33 commented 4 years ago

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

JDA88 commented 2 years ago

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

omar commented 9 months ago

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