Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Type.GetType for global type names with leading '.' #84957

Merged
merged 4 commits into from
Apr 18, 2023

Conversation

jkotas
Copy link
Member

@jkotas jkotas commented Apr 18, 2023

Ignore leading '.' for global typenames for compatibility with earlier .NET versions.

Fixes #84644

Ignore leading '.' for global typenames for compatibility with earlier .NET versions.

Fixes dotnet#84644
@jkotas jkotas merged commit 3911f14 into dotnet:main Apr 18, 2023
@jkotas jkotas deleted the issue-84644 branch April 18, 2023 05:51
@ghost ghost locked as resolved and limited conversation to collaborators May 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reflection regression - Type.GetType does not skip leading .
2 participants