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
{{ message }}
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
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.