Uh oh!
There was an error while loading. Please reload this page.
[hot_reload] implement param reflection - #77563
Merged
Merged
Conversation
lambdageek
requested review from
marek-safar, thaystg and vargaz
as code ownersOctober 27, 2022 19:24
MemberAuthor
I would like to backport this for 7.0.x servicing to unblock MAUI XAML hot reload scenarios |
vargaz
approved these changes
Oct 27, 2022
lambdageek
commented
Oct 27, 2022
Uh oh!
There was an error while loading. Please reload this page.
lambdageek
commented
Oct 27, 2022
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
lambdageekforce-pushed
the
fix-gh-77512
branch
3 times, most recently
from
October 28, 2022 17:15
862aaaa to
8e610e2Compareotherwise the CancellationToken type is trimmed on wasm
remove duplicated code
MemberAuthor
@vargaz mind taking another look? same approach as before, but I put all the logic about figuring out the first & last param of a method into a separate function even for the non-update case. removed a bunch of copy/pasted code |
This comment was marked as outdated.
This comment was marked as outdated.
1 similar comment
lambdageek
commented
Nov 1, 2022
MemberAuthor
/backport to release/7.0 |
Contributor
Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/3371579628 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes#77512
When a method is added, the paramlist column in the MethodDef is empty. Instead, the parameter info is added by separate EnCLog "Add Param" commands. Store that info in the image, keyed on the method definition token.