Skip to content

Make ContractNameServices+methods public #155

@znakeeye

Description

@znakeeye

Often when writing workarounds for shortcomings in a library, it is preferable to avoid reflection and re-writing string functions. In vs-mef one of the internal classes is often involved for keys in e.g. hash tables:

internal static class ContractNameServices // internal :(
{
    // ...
    internal static string GetTypeIdentity(Type type, bool formatGenericName) // internal :(
    // a.s.o.
}

I believe it would be helpful if this class and its methods were public.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions