ILSpy v6.0-preview2 Release Notes

Release Date: 2020-01-08 // over 4 years ago
  • 💻 UI Improvements

    🆕 New Language Features

    • 👌 Support for generic and static local functions
    • 🛠 C# 7.3 pattern-based fixed statement

    ✨ Enhancements

    • 👌 Support VB Select Case on string
    • Analyzer follow type forwarders (#1846 by @yyjdelete)

    🐛 Bug fixes

    • Display System.Void as struct (#1835 by @yyjdelete)
    • Properly decompile auto events with tuples
    • Do not change accessibility of non-transformed local functions
    • 👌 Improve drag&drop support (#1860)
    • 🛠 Fix bug in stackalloc initializer detection involving Span<decimal> (see #1855 by @yyjdelete)
    • 🛠 Fix DotNetCorePathFinder to properly support netstandard2.1

    dotnet ilspycmd Tool

    • 🆕 New option: usepdb (for improved variable naming)
    • 💥 Breaking change: option debuginfo renamed to genpdb