Skip to content

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

Merged
jkotas merged 4 commits into
dotnet:mainfrom
jkotas:issue-84644
Apr 18, 2023
Merged

Fix Type.GetType for global type names with leading '.'#84957
jkotas merged 4 commits into
dotnet:mainfrom
jkotas:issue-84644

Conversation

@jkotas

@jkotas jkotas commented Apr 18, 2023

Copy link
Copy Markdown
Member

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
Comment thread src/libraries/System.Runtime/tests/System/Type/TypeTests.cs Outdated
Comment thread src/libraries/System.Runtime/tests/System/Type/TypeTests.cs Outdated
Comment thread src/libraries/System.Runtime/tests/System/Type/TypeTests.cs Outdated
@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