Reflector Add-Ins
After my rants on the VB.Net code I'm working on, here's something really useful!
In my search for a metrics analysis tool for VB.Net (don't ask...), I stumbled upon Reflector.CodeMetrics. This little add-in contains a metrics analysis tools that works in MSIL rather than your code. This means that you can run the same metrics on assemblies written in VB.Net, C#, Delphi, Managed C++ or any other .Net language.
And you can find more interesting add-ins here at the Reflector web site, such as:
- Reflector.Diff. Shows the difference between two versions of an assembly.
- Reflector.FileDisassembler. Generates the project file and the code for an assembly. (has been a life saver already for me!)
- Reflector.Deblector. An add-in that allows you to debug the assembly from within reflactor, so you don't need the code ;-)