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.