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

Facing a strong name build error #23

Open
chandrashritii opened this issue Feb 5, 2024 · 0 comments
Open

Facing a strong name build error #23

chandrashritii opened this issue Feb 5, 2024 · 0 comments

Comments

@chandrashritii
Copy link

chandrashritii commented Feb 5, 2024

Using SimdJsonSharp.Bindings for a project using .NET 4.0 framework on Windows 11.

Facing the following build error

CSC : error CS8002: Referenced assembly 'SimdJsonSharp.Bindings, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null' does not have a strong name.

image

Based on my investigation, this usually happens when the strongly named assembly is referencing an assembly(-ies) that does not have a strong name. A solution here would be to sign the assembly package and all the referenced assemblies.

This will pose a security risk for any future users. Can you please look into this?
If you need any further details to reproduce the issue, please let me know. I'd be happy to contribute and help fix it as well.

@chandrashritii chandrashritii changed the title Facing a strong name error Facing a strong name build error Feb 5, 2024
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

1 participant