.NET Reflector Changelog

What's new in .NET Reflector 10.2.6 Build 1916

Sep 16, 2020
  • 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.

New in .NET Reflector 10.2.4 Build 1860 (Jul 30, 2020)

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

New in .NET Reflector 10.2.3 Build 1841 (Jun 17, 2020)

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

New in .NET Reflector 10.2.2 Build 1831 (Jun 17, 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.

New in .NET Reflector 10.0 (Mar 30, 2018)

  • Fixes:
  • Fix problem with uploading VS Addin to Visual Studio Gallery

New in .NET Reflector 8.0.1.308 (Jan 17, 2013)

  • added better search and filtering (in Reflector Desktop, and the Visual Studio extension)
  • improved navigation to decompiled code from the call stack
  • fixed plenty of bugs
  • improved performance a little
  • added decompilation in Visual Studio when you hit an exception. The big idea was to make it easier and faster to get to the relevant lines of code when you’re debugging.