.NET Reflector Standard のリリース

Released: Aug 16, 2017

9.2 での更新項目

Updates in 9.2

Released: Nov 16, 2015

Updates in this release

Updates in 9.0

Features

  • Visual Studio add-in now supports Visual Studio 2015.
  • Support for the following C# 6 features:
    • Null conditional operator.
    • Auto property initializers.
    • Exception filters.
    • Indexer initializers.
    • Expression bodied function members and properties.
    • Roslyn-compiled async code and anonymous methods.
    • String interpolation.

Fixes

  • RP-3408 - Reflector no longer crashes when javascript is disabled in Internet Explorer security settings.
  • RP-1533 - Fixed crash updating the assembly list...

Released: Sep 17, 2013

Updates in this release

Updates in 8.2

  • Support for Visual Studio 2013 and .NET 4.5.1.
  • On-hover hex/decimal value conversion.
  • Local variable highlighting.
  • Code Map view.

Released: Apr 24, 2013

Updates in this release

Updates in 8

  • Search and Filtering - The search includes basic scoping. So, for example, typing "web.read" would filter the object explorer to show only items with names containing "read" whose parent items contain "web".
  • Debugging in Visual Studio - Navigate to decompiled code from frames in the call stack, and decompile automatically if a debugging session encounters an exception in code without source. Additionally, setting a breakpoint in decompiled code now triggers automatic PDB generation...