How can we help you today? How can we help you today?

Reflector Pro 6.5 EAP Build 106 available

This is a version of .Net Reflector and .Net Reflector Pro which supports the C# 4 language changes.

It includes a number of bug fixes, particularly in the decompilation of code with nested anonymous methods.

This is the fourth EAP release to include a very pre-alpha F# language writer which was written as part of Red Gate's recent down tools week (which equated to a few days of work). It decompiles a library module containing the following, but will probably not do much else.

module Module1
let rec fib x = if (x >= 2) then (fib (x - 1) + fib (x - 2)) else 1
let rec printMessage message = printfn message
let rec foo x = (x + 1)
let x = [1 ; 2 ; 3 ; 4]
let y = List.map (fun x -> foo x) x
type Foo =
| Something of int
| Nothing
type 'a Foo2 =
| Something2 of 'a| Nothing2

When you run the Reflector.exe, this version will not automatically install the add-in, but will present the Integration Options dialog on the first run.

This version should run on Mono - please let us know if it doesn't.

Download here:
http://www.red-gate.com/messageboard/vi ... .php?f=117

Please post any feedback or bugs you find in the forum.
_________________
Clive Tong
Developer,
Red Gate .NET Tools
Clive Tong
0

Add comment

Please sign in to leave a comment.