-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
area-EnC-monoHot Reload for WebAssembly, iOS/Android, etcHot Reload for WebAssembly, iOS/Android, etc
Milestone
Description
There are two separate ideas here:
- To implement the
AddInstanceFieldToExistingTypeEnC capability, we need to be able to hang new instance variables on existing classes (a prototype of the managed part is in Mono.HotReload.InstanceFieldTable in CoreLib). - Implement adding instance fields to newly-added classes. This is part of the
NewTypeDefinitioncapability. Here we would like to allocate the storage for the new instance fields in the newly laid out class. This is done in [mono] Hot Reload: support for reloadable types #66749
Contributes to #57365
Related issues:
- https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1577259 - adding
x:Nameto a MAUI xaml file results in a rude edit - the code-behind is adding an instance field.
Metadata
Metadata
Assignees
Labels
area-EnC-monoHot Reload for WebAssembly, iOS/Android, etcHot Reload for WebAssembly, iOS/Android, etc