ILSpy v6.2-preview2 Release Notes

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

    • ๐Ÿ‘€ C# 9.0: function pointers (see #2150)
    • C# 9.0: foreach with GetEnumerator extension methods

    General

    • ๐Ÿ“‡ Metadata: Improvements/fixes by @srutzky, see #2134, #2135, #2145, #2147 and #2153
    • ๐Ÿ‘Œ Improve performance of Metadata DataGridCell (see #2151)
    • โšก๏ธ Updated Chinese translation (see #2160)
    • โž• Add option for string.Concat decompilation
    • โฌ†๏ธ Tests upgraded to Roslyn 3.8.0-3.final

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix #2129: be more flexible about the initialization order for the async state machine
    • ๐Ÿ›  Fix #2140: ILSpy 6.2p1 no longer respects "use discards" setting
    • ๐Ÿ›  Fix #2139: ArgumentOutOfRangeException for some xmldoc
    • ๐Ÿ›  Fix #2039: Code generated by VB's On Error Resume Next causes "unassigned variable" compile errors
    • ๐Ÿ›  Fix #2156: range syntax not being detected correctly in some cases
    • BAML decompiler: #2109 and #2106