-
Notifications
You must be signed in to change notification settings - Fork 484
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
SharpCompress 0.34.0 does not have a strong name. #764
Comments
We've updated two libraries. --- Updated the following libraries to their respective versions: - SharpCompress: 0.34.0 - VisualCard: 0.7.0 Unfortunately, SharpCompress was no longer signed with a strong name. The authors have been informed. Refer to adamhathcock/sharpcompress#764 for more info. --- Type: upd Breaking: False Doc Required: False Part: 1/1
Must be the new dependency for zstd that prevents it as nothing else has been done to stop strong naming |
OK, thanks. However, it looks like that the zstd port is strong named in the project file: |
For now, seems 0.33.0 is the last release that can be used on the full framework because of this issue. 34.0 and 34.1 both fail due to strong name issues. This is not a problem in dotnet (core) because strong names are not checked. |
Looks like |
I've opened #780 to address this. |
Merged that and deployed https://www.nuget.org/packages/SharpCompress/0.34.2 to fix by @caesay |
I updated this library and I no longer have this issue. Thanks @adamhathcock and @caesay! |
Hello,
First of all, thank you for your efforts at making this library.
As of the recent update that was released an hour long, SharpCompress 0.34.0 wasn't signed with a strong name, which causes every library that are signed with a strong key to emit warnings that say:
SharpCompress 0.33.0 didn't emit this warning because it was signed. Also, this signing key change wasn't listed in the changelogs.
What is the cause of the lack of signing? I would like this to be fixed.
Thanks!
The text was updated successfully, but these errors were encountered: