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 has been archived by the owner on Aug 24, 2022. It is now read-only.
Type.FullName returns generic arguments without separator.
In next test case instead of return type name System.Collections.Generic.Dictionary2[[A, CreateTypeFromName.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null],[B, CreateTypeFromName.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] it returns
Type.FullName returns generic arguments without separator.
In next test case instead of return type name
System.Collections.Generic.Dictionary2[[A, CreateTypeFromName.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null],[B, CreateTypeFromName.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]]
it returnsSystem.Collections.Generic.Dictionary2[[A, CreateTypeFromName.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null][B, CreateTypeFromName.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]]
Here is test case:
The text was updated successfully, but these errors were encountered: