.NET Reflector Standard v10.2.x

Released: Mar 4, 2020

v10.2.x での更新項目

v10.2.6

Updated Sep 16, 2020

Fixes

  • RP-4300: .NET Reflector will no longer throw an exception when executing "Browse with .NET Reflector" context-menu option while another instance is already opened.

v10.2.5

Updated Sep 3, 2020

Features

  • C# 8.0 introduced support for static local functions. .NET Reflector will now mark local functions as static whenever applicable.

v10.2.4

Updated Jul 29, 2020

Fixes

  • RP-4238: Attributes on generic parameters will now be shown.

v10.2.3

Updated Jun 17, 2020

Fixes

  • RP-4250: Subscribing and unsubscribing to events and delegates are now correctly decompiled.

v10.2.2

Updated May 5, 2020

Fixes

  • RP-4201: Exporting source code no longer causes PathTooLongException.
  • RP-4247: Static auto-properties will now hide getter/setter compiler-generated method body.
  • RP-4248: Names of type references that use reserved keywords will not be escaped with @ sign.
  • RP-4251: "// Fields" section will no longer be visible if all fields were hidden.
  • RP-4254: Modifier extern will now be shown for interface methods using DllImport.

v10.2.1

Updated Apr 16, 2020

Features

  • Partial C# 8.0 support was added
    • RP-4240: Support for readonly struct was added.
    • RP-4242: Methods modifiers: static, sealed and virtual will now be shown for interfaces.
  • Improvements:
    • RP-4237: Properties with ref readonly return will no longer contain compiler-generated [IsReadOnly] attribute.
    • RP-4239: Compiler generated code of events will no longer be shown.
    • RP-4253: Modifiers sealed, virtual, override will now be shown for events.

v10.2.0

Updated Mar 4, 2020

Features

  • Partial C# 8.0 support was added:
    • Option Expand Methods will now be shown for interfaces with non-abstract members.
    • Access modifiers will now be shown for non-public interface members.
    • Support for readonly struct members was added.
  • Language optimization selector was improved. Versions were separated for each language and Latest option was added.

Fixes

  • RP-4204: C# 7.3's unmanaged constraint is no longer shown as struct.

Note: .NET Reflector now requires .NET Framework 4.7.2 to run.