Skip to content

Releases: icsharpcode/ILSpy

ILSpy 2.3

09 Mar 16:16
Compare
Choose a tag to compare
  • 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
    • #515: Correctly qualify types in nested {x:Static} extensions
    • #470: BAML to XAML conversion does not generate escape sequence {} correctly
  • 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:
    • #528: Open Build Output in ILSpy
    • #504: Collapse group in Visual Studio context menu
  • Improved extensibility for Reflexil (#523)

ILSpy 2.2

29 Jun 13:15
Compare
Choose a tag to compare
  • #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