Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binaries are not strong name signed #33

Closed
tomerrt opened this issue Jun 7, 2018 · 4 comments
Closed

Binaries are not strong name signed #33

tomerrt opened this issue Jun 7, 2018 · 4 comments

Comments

@tomerrt
Copy link

tomerrt commented Jun 7, 2018

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
Copy link

AndreasHassing commented Jun 19, 2018

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

@sebbe33
Copy link

sebbe33 commented Apr 10, 2020

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
Copy link

JDA88 commented Sep 9, 2022

+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 omar closed this as completed in 28f1bd5 Jan 14, 2024
@omar
Copy link
Owner

omar commented Jan 14, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants