Skip to content

ILSpy 4.0 RC1

Compare
Choose a tag to compare
@christophwille christophwille released this 05 Jan 09:43
· 3324 commits to master since this release

We want to thank all contributors who provided fixes in this release: @ninjaoxygen, @wangzq and @siriak!
And we want to thank all testers, who provided feedback and tested very thoroughly, especially @greenozon, @mmusu3 and @tamlin-mike for their ongoing support!

Beta 1 through 3 Release Notes apply, additionally:


Improved Pattern Detection

  • Decompilation and pretty-printing of float literals (#517 -> #1350)
  • Object and array initializer improvements
  • Various smaller improvements in correctness and prettiness of the decompiled code.

Contributions

  • ninjaoxygen: Update UniversalAssemblyResolver to include missing .NET 3.x [Compact Framework] support (#1347)
  • wangzq: Add command line argument "/config:" to specify settings file (#1360)
  • siriak: Code cleanup (#1363)

Improvements & Bugfixes

  • Added option to display all members, including compiler-generated members and getters/setters in tree view. (#747)
  • Added option to display metadata token in 10-based or hex format. (#628)
  • Reorganized option pages. (#1130)
  • Various smaller bugfixes