Lançamentos do .NET Reflector VSPro

Released: Oct 25, 2018

Atualizações na 10.1.0

Recursos

  • New decompilation engine is now used by default, generates more accurate code and is more stable.

Correções

  • Clicking "Open with" in Assembly Browser’s context menu is now fixed.
  • Populating "Open with" menu was improved. Now properly checks for installed Visual Studio and ILDasm versions.
  • SByte variables with a negative number assigned are now properly decompiled.

Released: May 25, 2018

Atualizações na 10.0

Recursos

  • Added .NET Core support.
  • Added full C# 7.0 support.
  • Improved support for C# 7 decompilation.
  • Added C# 7 decompilation to Visual Studio Add-in.
  • Telemetry has been updated in accordance with Redgate Software's privacy policy.

Correções

  • Fixed issue with incorrectly translating "cgt.un" to just "a > 0" skipping the "unsigned" part of comparison.
  • Fixed .NET Reflector VS Extension visibility on the Visual Studio Marketplace.
  • Fixed opening circular references in some assemblies.
  • Fixed...

Released: Nov 23, 2017

Atualizações na 9.3

Recursos

  • Beta support for the following C# 7.0 features:
    • Tuples.
    • Out variables.
    • Pattern Matching.
    • Deconstruction.
    • Discards.
    • Literals.
    • Throw Expressions.

Correções

  • Fixed: (VsPackage): on F12 Jump, find proper declaration based on metadata line

Released: Aug 16, 2017

Atualizações na 9.2

Recursos

  • Added support for Visual Studio 2017.

Correções

  • Owing to issues with signing Visual Studio extensions, Redgate have had to remove support for Visual Studio 2010, 2012 and 2013.

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...

Released: Mar 17, 2011

Updates in this release

Updates in V7.0

Integrates with Windows Explorer and Visual Studio via Add-in
You can open Visual Studio, and use the .NET Reflector menu to select referenced assemblies you would like to debug into. These assemblies are then decompiled to C# or VB. You can then step into them whilst debugging, set breakpoints, see the values of variables and parameters, etc. In fact, the only debugger functionality that will not work is edit and continue. You can also decompile and explore source if you right...

Released: Oct 5, 2010

Updates in this release

Updates in V6.5

  • .NET 4.0 assemblies and support for the C# 4.0 and VB 10 language enhancements
  • Opening assemblies from the Global Assembly Cache

Released: Mar 18, 2010

Updates in this release

Updates in V6.1

  • Support for using a copy of Reflector.cfg stored alongside Reflector.exe has been re-enabled so users upgrading from 5.x releases will not lose their settings.
  • Fixed unhandled exception on exit of Visual Studio when .NET Reflector add-in used in conjunction with TestDriven.NET add-in.
  • Added better support for dealing with framework assemblies, which only contain meta-data, in the “Referenced Assemblies” folder.
  • Fixed problem where attempted decompilation with CppCliLanguage add...