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

Use metadata to find type names when appropriate #1179

Merged
merged 2 commits into from
Aug 21, 2023

Conversation

leculver
Copy link
Contributor

@leculver leculver commented Aug 21, 2023

The dac private API will return <Unloaded Type> for dynamic type names. We can work around this by using metadata (when available) to produce the name. This restores ClrMD 1.1's behavior.

Fixes dotnet/diagnostics#4108.

The dac private API will return "<Unloaded Type>" for dynamic type names.  We can work around this by using metadata (when available) to produce the name.  This restores ClrMD 1.1's behavior.

Fixes dotnet/diagnostics#4108.
@leculver leculver merged commit 1a21cfc into microsoft:main Aug 21, 2023
8 checks passed
@leculver leculver deleted the dynamic branch August 21, 2023 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ClrMd v2 cannot find emitted type
1 participant