Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

ccrewrite fails to read assembly that has non-escaped comma in nested type names #340

@SergeyTeplyakov

Description

@SergeyTeplyakov

Related to the #186.

If old version of ccrewrite could generate type names that with non-espcaped comman inside when working with Roslyn-generated code.

It means, that instead of SomeGeneric+Nested<Int32\,String> it can generate SomeGeneric+Nested<Int32,String>. But actually both cases are correct and metadata reader should deal with both of them smoothly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions