-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[hot reload][debugger] Resolve field types before use #93558
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
Conversation
|
in reflection, we already resolve field types in the icalls, so no change needed there |
|
/backport to release/8.0 |
|
Started backporting to release/8.0: https://github.com/dotnet/runtime/actions/runs/6536852924 |
|
/backport to release/8.0 |
|
Started backporting to release/8.0: https://github.com/dotnet/runtime/actions/runs/6537382480 |
src/mono/wasm/debugger/tests/ApplyUpdateReferencedAssembly3/MethodBody2_v2.cs
Outdated
Show resolved
Hide resolved
to make it more obvious that it should stay unused
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