ILSpy v6.1 Release Notes

Release Date: 2020-07-28 // over 3 years ago
  • ๐Ÿ†• New Language Features

    • C# 9.0: Native ints
    • C# 9.0: Attributes on local functions

    General

    • ๐Ÿ“‡ ILSpy now uses System.Reflection.Metadata 1.8.1

    ๐Ÿ’ป UI Improvements

    • Assembly List UX: double-click selects list and dismisses dialog
    • Base types treenode: Create a flat list of nodes containing all base types instead of just the direct base types

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix #2050: Ref local variable is inlined incorrectly, changing the exception behavior
    • ๐Ÿ›  Fix #1903: un-inline argument of unsupported isinst instructions.
    • ๐Ÿ›  Fix #2073: Ensure the startOffsetVar actually appears in the expected instruction, not somewhere else.
    • ๐Ÿ›  Fix #2068: ILSpy can't find referenced library even though it's open
    • ๐Ÿ›  And many other fixes, for a full list click here.