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

[hot reload][debugger] Resolve field types before use #93558

Merged
merged 6 commits into from
Oct 19, 2023

Conversation

lambdageek
Copy link
Member

Fixes #93036 - if a field is added in a hot reload delta, but it isn't used anywhere, the type might not be resolved yet

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-EnC-mono Hot Reload for WebAssembly, iOS/Android, etc label Oct 16, 2023
@ghost ghost assigned lambdageek Oct 16, 2023
@lambdageek
Copy link
Member Author

in reflection, we already resolve field types in the icalls, so no change needed there

@lambdageek
Copy link
Member Author

/backport to release/8.0

@github-actions
Copy link
Contributor

Started backporting to release/8.0: https://github.com/dotnet/runtime/actions/runs/6536852924

@lambdageek
Copy link
Member Author

/backport to release/8.0

@github-actions
Copy link
Contributor

Started backporting to release/8.0: https://github.com/dotnet/runtime/actions/runs/6537382480

to make it more obvious that it should stay unused
@lambdageek lambdageek merged commit 8c32e44 into dotnet:main Oct 19, 2023
103 of 107 checks passed
@ghost ghost locked as resolved and limited conversation to collaborators Nov 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-EnC-mono Hot Reload for WebAssembly, iOS/Android, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[mono][hotreload] Add instance field
3 participants