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

[release/8.0] [hot reload][debugger] Resolve field types before use #93559

Merged
merged 5 commits into from
Oct 17, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 16, 2023

Backport of #93558 to release/8.0

/cc @lambdageek

Customer Impact

Customers using hot reload in mobile or WebAssembly applications may see unexpected types for newly-added fields in the debugger.

In .NET 8 we added the ability to add instance fields to existing types during a hot reload debugging session. If the field is only added (but not yet used), the debugger may show incorrect information about it. (If the field is added and used in the same "apply changes" delta, the type will be correct). This PR improves the debugger to show the correct type informtion.

Testing

New CI test

Risk

Low

Fixes #93036

@ghost
Copy link

ghost commented Oct 16, 2023

Tagging subscribers to this area: @thaystg
See info in area-owners.md if you want to be subscribed.

Issue Details

Backport of #93558 to release/8.0

/cc @lambdageek

Customer Impact

Testing

Risk

IMPORTANT: If this backport is for a servicing release, please verify that:

  • The PR target branch is release/X.0-staging, not release/X.0.

  • If the change touches code that ships in a NuGet package, you have added the necessary package authoring and gotten it explicitly reviewed.

Author: github-actions[bot]
Assignees: -
Labels:

area-Debugger-mono

Milestone: -

@lambdageek lambdageek added this to the 8.0.0 milestone Oct 16, 2023
@lambdageek lambdageek added the Servicing-consider Issue for next servicing release review label Oct 16, 2023
@github-actions github-actions bot force-pushed the backport/pr-93558-to-release/8.0 branch from 895d641 to 5dcb661 Compare October 16, 2023 17:54
@lambdageek lambdageek added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Oct 17, 2023
@lambdageek
Copy link
Member

Approved by tactics in email

@carlossanlop carlossanlop merged commit 9e5c741 into release/8.0 Oct 17, 2023
107 checks passed
@carlossanlop carlossanlop deleted the backport/pr-93558-to-release/8.0 branch October 17, 2023 18:29
@ghost ghost locked as resolved and limited conversation to collaborators Nov 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Debugger-mono Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants