Description
Type.GetType does not find the type when type name starts with . (dot)..
Reproduction Steps
class MyType
{
static void Main() => Console.WriteLine(Type.GetType(".MyType"));
}
Expected behavior
Type is found
Actual behavior
Type is not found
Regression?
Yes, this used to work on SDK 8.0.100-preview.4.23171.22
Known Workarounds
No response
Configuration
SDK 8.0.100-preview.4.23210.1
macOS-11.6.7
x64
Other information
No response
Description
Type.GetTypedoes not find the type when type name starts with.(dot)..Reproduction Steps
Expected behavior
Type is found
Actual behavior
Type is not found
Regression?
Yes, this used to work on SDK 8.0.100-preview.4.23171.22
Known Workarounds
No response
Configuration
SDK 8.0.100-preview.4.23210.1
macOS-11.6.7
x64
Other information
No response