Skip to content

Facing a strong name build error  #23

Description

@chandrashritii

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions