Browse by Tags

All Tags » Reflector (RSS)

TestDriven.Net 2.10: 'Go To Reflector' now supports generics

Over the past year the 'Go To Reflector' command has become a first class citizen inside TestDriven.Net . You will find the 'Go To Reflector' button on many different context menus inside Visual Studio. The ones I use most often during development are...

Silverlight Browser on CodePlex

Last week Ernie Booth announced a SilverlightBrowser plugin for Reflector . The plugin allows you to browse web pages that contain Silverlight elements and display their constituent Javascript, XAML and assembly files. Ernie released the 0.1 Alpha code...

Reflector on Mono 1.2.3

Miguel de Icaza writes: This time Reflector will work out of the box with Mono on Unix (no special handling or special flags) and will event detect the presence of your Mono libraries: One thing to watch out for when running Reflector on Mono is the 'Show...
Posted by Jamie Cansdale | 4 comment(s)
Filed under: , ,

Support for Reflector 5.0 in TestDriven.NET 2.3

Lutz Roeder has just announced the release of .NET Reflector 5.0! This is a significant update with lots of refinements and new features. Perhaps most significantly it includes support for C# 3.0 language features such as LINQ query expressions, lambda...

TestDriven.NET 2.2 Beta + VS Orcas / Reflector 5.0

Here is a screencast that shows TestDriven.NET running in Orcas and the new C# 3.0 support in Reflector 5.0. To start off with I create a reference to the new 'System.Core' assembly which you'll find in the '\Windows\Microsoft.NET\Framework\v3.5.11209...

Debug With Reflector

Below are a few frames from a screencast that shows how to debug an application using the new 'Go To Reflector' functionality in TestDriven.NET 2.0. I'm using Grant Drake 's NCoverExplorer as a target for the debugger. Once attached I use Reflector to...

Reflector on Mono 1.1.17

Here's a screenshot of Reflector running on Mono 1.1.17 . The tree view seems to work fine. Unfortunately the Dissasembler view is throwing an exception. Still very impressive. I expect it will be working a lot better in the next release. Well done Mono...
Posted by Jamie Cansdale | 105 comment(s)
Filed under: , ,

Mono 1.1.7 and NUnit

On the NUnit developers mailing list Cory Fox writes : See attached - this is the 1.1.17 latest Mono release running the 2.4 Release Candidate code with the GUI build turned on, under Gentoo Linux. This is great news, because no special anything was necessary...
Posted by Jamie Cansdale | 4 comment(s)
Filed under: , , ,

Go To Reflector

A few weeks ago I wrote a post about some Reflector integration that is now part of TestDriven.NET . I have now greatly expanded that integration. When you install the latest version you will find 'Go To Reflector' buttons on Visual Studio's...
More Posts