You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
chandrashritii
changed the title
Facing a strong name error
Facing a strong name build error
Feb 5, 2024
Using SimdJsonSharp.Bindings for a project using .NET 4.0 framework on Windows 11.
Facing the following build error
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.
The text was updated successfully, but these errors were encountered: