mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
The command resolves each selected assembly's references through the per-assembly resolver, which adds the targets to the live list as auto-loaded entries. It then finished with a full list Refresh (F5), whose LoadList rebuilds the list from persisted state -- which never contains on-demand auto-loaded assemblies -- so the just-resolved dependencies were discarded the instant they were added and the command looked like a no-op. Re-decompile the active view instead (the original behaviour) without reloading the list. F5 still drops auto-loaded assemblies by design; the two refresh paths must stay distinct.pull/3755/head
3 changed files with 86 additions and 13 deletions
Loading…
Reference in new issue