Facing a strong name build error
- Dominant language
- C#
- Stars
- 687
- Forks
- 48
- PR merge metrics
- No merged PRs in 30d
Description
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.

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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.