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

Add runtime capability to allow updating parameters #56599

Merged

Conversation

davidwengier
Copy link
Contributor

For dotnet/roslyn#52563 Roslyn is allowing parameter renames during EnC/Hot Reload, but mono doesn't support updating the Param metadata table, so it will be a rude edit without the presence of the right capability.

The check for the capability is in dotnet/roslyn#54856, but this doesn't need to wait for that, or vice versa.

Hopefully this is the right spot @mikem8361, since it was the only one I found 😁

@ghost
Copy link

ghost commented Jul 30, 2021

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

Issue Details

For dotnet/roslyn#52563 Roslyn is allowing parameter renames during EnC/Hot Reload, but mono doesn't support updating the Param metadata table, so it will be a rude edit without the presence of the right capability.

The check for the capability is in dotnet/roslyn#54856, but this doesn't need to wait for that, or vice versa.

Hopefully this is the right spot @mikem8361, since it was the only one I found 😁

Author: davidwengier
Assignees: -
Labels:

area-Diagnostics-coreclr

Milestone: -

@davidwengier davidwengier merged commit c97cf0c into dotnet:main Aug 10, 2021
@davidwengier davidwengier deleted the AddUpdateParametersCapability branch August 10, 2021 21:20
@ghost ghost locked as resolved and limited conversation to collaborators Sep 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants