Skip to content

ILSpy 6.0 Preview 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@christophwille christophwille released this 08 Jan 09:56
· 2304 commits to master since this release
72b9cdc

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