-
Notifications
You must be signed in to change notification settings - Fork 50
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
Comments
The library is comprised of a single file. Just add it to your project and you're good to go. |
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, |
+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, @sebbe33, @tomerrt, I just published ByteSize v2.1.2 which is strongly named. https://www.nuget.org/packages/ByteSize/2.1.2 |
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?
The text was updated successfully, but these errors were encountered: