You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have an ApplyUpdateSdb private method on System.Reflection.Metadata.AssemblyExtensions that can be invoked with byte[] blobs, but it has to be kept alive by the IL linker descriptor which means it won't get trimmed even if hot reload isn't used.
Instead we should just extend the soft debugger protocol to include an apply update command.
Tagging subscribers to this area: @thaystg
See info in area-owners.md if you want to be subscribed.
Issue Details
Currently we have an ApplyUpdateSdb private method on System.Reflection.Metadata.AssemblyExtensions that can be invoked with byte[] blobs, but it has to be kept alive by the IL linker descriptor which means it won't get trimmed even if hot reload isn't used.
Instead we should just extend the soft debugger protocol to include an apply update command.
Currently we have an
ApplyUpdateSdb
private method on System.Reflection.Metadata.AssemblyExtensions that can be invoked withbyte[]
blobs, but it has to be kept alive by the IL linker descriptor which means it won't get trimmed even if hot reload isn't used.Instead we should just extend the soft debugger protocol to include an apply update command.
Part of #44806
The text was updated successfully, but these errors were encountered: