Skip to content

Please provide assemblies with strong name #88

Description

@Michael-Herold-hk

Hello Scott,
using your great grapevine / grapeseed assemblies from a COM exe via COM-Interop, referenced assemblies need to have a strong name.
Could you please provide signed assemblies, e.g. using sn tool to create your own sn-file.
Hint: in your AssemblyInfo.cs I had to insert the public key from sn-file.
[assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("Grapevine.Tests,PublicKey=xxx")]
You can easily extract the public key "xxx", refer to: https://stackoverflow.com/questions/1123683/how-to-declare-a-friend-assembly
Thank you very much in advance!
Michael.

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