Releases: icsharpcode/ILSpy
Releases · icsharpcode/ILSpy
ILSpy 2.3.1
- Bug fixes
- Decompiler NuGet package
ILSpy 2.3
- UI improvements
- improved search: regex support, support for specifying the type of the search directly in the textbox (t: for type, m: for member and c: for constant)
- "Used by" analyzer node on types
- #542: ILSpy truncates browsing history when switching language modes
- Show version of assemblies next to caption in tree node
- Adapt size of ResourceStringTable/ResourceObjectTable on changed size of MainWindow.mainPane.
- Display assembly information as tooltip on Assembly tree nodes
- BAML decompiler fixes
- IL decompiler fixes:
- improved recognition of lock statements
- improvements in pointer arithmetic decompilation
- reduce nesting of if-else-if-statements
- #537: ILSpy can't find any Overridden By methods
- #524: Mistake ILSpy decompile: delegate instantiation should only be removed if an implicit conversion exists.
- ILSpy Visual Studio AddIn 1.1:
- Improved extensibility for Reflexil (#523)
ILSpy 2.2
- #345: Added option to allow folding on all braces
- #345: Added context menu to code view with folding commands
- #384: Show all images contained in .ico resource
- #423: Decompiling as a Visual Studio project now creates AssemblyInfo file
- #467: Added option to display metadata tokens in tree
- Fixed lots of decompilation bugs