mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
Imports the three SVG assets that were missing from `ILSpy.Avalonia/Assets/Icons/` and registers them in `Images/Images.cs`, so the MEF-injected toolbar buttons for "Reload all assemblies", "Sort assembly list by name", and "Collapse all tree nodes" now render their icons instead of falling back to the tooltip text (`MainToolBar.axaml.cs:226` `ResolveIcon` returned null for these). Adds a regression test asserting every `[ExportToolbarCommand]`'s `ToolbarIcon` resolves to a real `IImage` field on the registry.pull/3755/head
5 changed files with 32 additions and 0 deletions
Loading…
Reference in new issue