.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ds5678
c40c299ff8
Read the full namespace path off tree namespace nodes, not the label
...
In nested-namespace mode a NamespaceTreeNode's display label is only its
last segment ("Generic"), while the full dotted path
("System.Collections.Generic") is what identifies the namespace in
metadata and to the docs site. Three call sites read the label where they
need the full path, so in nested mode each targets the wrong namespace:
decompiling a namespace node queries an empty one and titles the output
after the last segment; the MSDN URL points at the wrong page; and
scope-search-to-namespace scopes to the wrong name.
These are ds5678's fixes from #3879 , reintegrated on top of the eager
namespace rebuild. #3879's other Name -> FullName corrections, in
AssemblyTreeNode.FindNamespaceNode and TreeNodeLocator, are already
covered here by the full-namespace-name and type-handle indexes, so only
the Decompile and search-entry cases carry over.
Assisted-by: Claude:claude-opus-4-8:Claude Code
2 months ago
..
Analyzers
Syntax-colour analyzer signatures with bold type names
3 months ago
AppEnv
Add a bookmarks feature for the decompiled C# view
3 months ago
AssemblyList
Read the full namespace path off tree namespace nodes, not the label
2 months ago
AssemblyTree
Move ILSpy UI code back to the ICSharpCode.ILSpy root namespace
3 months ago
Bookmarks
De-duplicate bookmark match/folding helpers; enabled glyph wins on a shared line
3 months ago
Commands
Export what loaded, and let the user name the solution
2 months ago
Compare
Drop redundant global:: qualifiers on ICSharpCode references
3 months ago
ContextMenus
Drop redundant global:: qualifiers on ICSharpCode references
3 months ago
Controls
Add omnibar breadcrumb and search bar above the decompiled code
3 months ago
Diagnostics
Drop redundant global:: qualifiers on ICSharpCode references
3 months ago
Docking
Add a bookmarks feature for the decompiled C# view
3 months ago
Editor
Fix #2078 : Generic local functions not highlighted properly
2 months ago
Input
Drop redundant global:: qualifiers on ICSharpCode references
3 months ago
Languages
Show real progress while a solution exports
2 months ago
MainWindow
Assert macOS menu conventions in the main-menu UI tests
3 months ago
Metadata
Show metadata tables when opening a standalone portable PDB
3 months ago
Navigation
Drop redundant global:: qualifiers on ICSharpCode references
3 months ago
NuGetFeeds
Lazy-load custom package icons in the NuGet feed dialog
3 months ago
Options
Drop redundant global:: qualifiers on ICSharpCode references
3 months ago
Plugins
Move ILSpy UI code back to the ICSharpCode.ILSpy root namespace
3 months ago
Resources
Show text-based resources inline with syntax highlighting
2 months ago
Search
Drop redundant global:: qualifiers on ICSharpCode references
3 months ago
Settings
Move ILSpy UI code back to the ICSharpCode.ILSpy root namespace
3 months ago
TextView
Fix #3845 : Add option to expand XML documentation comments
2 months ago
Themes
Move ILSpy UI code back to the ICSharpCode.ILSpy root namespace
3 months ago
TreeNodes
Share the settings-derived type system between tree, search, and views
3 months ago
Updates
Move ILSpy UI code back to the ICSharpCode.ILSpy root namespace
3 months ago
Util
Reveal selected files in a single Explorer window again
3 months ago
Views
Move debug-step stepping to a neutral namespace
3 months ago
AppInitializationTests.cs
Move ILSpy UI code back to the ICSharpCode.ILSpy root namespace
3 months ago
CaptureContextAttribute.cs
Add per-step visual breakpoints to the headless UI tests
3 months ago
EntityReferenceResolveTests.cs
Move ILSpy UI code back to the ICSharpCode.ILSpy root namespace
3 months ago
FixtureAssembly.cs
Export what loaded, and let the user name the solution
2 months ago
ILSpy.Tests.csproj
Port the sample plugin to Avalonia
3 months ago
ResetAppStateAttribute.cs
Drop redundant global:: qualifiers on ICSharpCode references
3 months ago
SessionSettingsTests.cs
Move ILSpy UI code back to the ICSharpCode.ILSpy root namespace
3 months ago
TestApp.axaml
Basic project structure
3 months ago
TestApp.axaml.cs
Move ILSpy UI code back to the ICSharpCode.ILSpy root namespace
3 months ago
TestAppBuilder.cs
Add per-step visual breakpoints to the headless UI tests
3 months ago
TestCaptureExtensions.cs
Avalonia 12.1
2 months ago
TestHarness.cs
Drop redundant global:: qualifiers on ICSharpCode references
3 months ago
TreeNavigation.cs
Drop redundant global:: qualifiers on ICSharpCode references
3 months ago
TreeNodeAssertions.cs
Drop redundant global:: qualifiers on ICSharpCode references
3 months ago
Waiters.cs
Drop redundant global:: qualifiers on ICSharpCode references
3 months ago
WindowExtensions.cs
Avalonia 12.1
2 months ago
packages.lock.json
NuGet 07/26 updates and .NET 11 P6 Roslyn
2 months ago