Skip to content

ILSpy 2.3

Compare
Choose a tag to compare
@siegfriedpammer siegfriedpammer released this 09 Mar 16:16
· 6035 commits to master since this release
  • 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)