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

Set TypeLoadException.TypeName to the fully qualified name of the type that caused the exception #111374

Merged
merged 6 commits into from
Jan 15, 2025

Conversation

jkotas
Copy link
Member

@jkotas jkotas commented Jan 14, 2025

This is regression introduce by rewrite of type name parser in managed code.

Fixes #111059

…e that caused the exception

This is regression introduce by rewrite of type name parser in managed code.

Fixes dotnet#111059
@jkotas jkotas requested a review from thaystg as a code owner January 14, 2025 07:32
@jkotas
Copy link
Member Author

jkotas commented Jan 15, 2025

/ba-g infrastructure timeouts

@jkotas jkotas merged commit 8dcee50 into dotnet:main Jan 15, 2025
144 of 148 checks passed
@jkotas jkotas deleted the issue-111059 branch January 15, 2025 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeLoadException.TypeName no longer contains the fully qualified name of the type that caused the exception.
2 participants