.NET Reflector 7.5 Early Access Feedback
Hi!
Welcome to the .NET Reflector EAP Forum. We’ve been releasing fresh early access builds every two weeks, and all the hard work has paid off!
We’ve just released .NET Reflector v7.5 to the world, and we really appreciate all the time and feedback that our EA users have given us. The new features we’ve developed with your feedback will help developers to debug and understand any .NET code within Visual Studio.
If you’d like to be the first to see what we have in mind for .NET Reflector v8, or you’d like to help shape the future of the tool, then you’ll be glad to know that we’ll be kicking off the v8 EAP in the not-too-distant future! Just let us know how you’d like to be involved, and we’ll be in touch.
Thanks!
-
How can I stop Reflector Object Browser to start up every time I open VS?
It starts up every time. It is annoying. I can hide every other tool window, but not this. Why?
1 vote -
Expiration dialog is terrible
I've begun seeing this dialog:
---------------------------
.NET Reflector 7.5 Beta
---------------------------
Don't cry because it's over, smile because it happened.This early access version has now expired.
Would you like to download now using check for updates?
---------------------------
Yes No
---------------------------When you click "No", it loads the page! Aargh! How do I get this off of my system? None of the options on the menu seem to do anything anymore.
Also, the "Don't cry because it's over" line is EXTREMELY annoying after the first time. If you're going to get "cute", make sure that you get it RIGHT first.
7 votes -
Make it possible to uninstall the VS add-in from VS
I really enjoy the Visual Studio integration, but if you need or want to uninstall it for some reason, it can be a bit unintuitive to figure out that you need to open the standalone Reflector, go into the "Visual Studio and Windows Explorer Integration..." menu option and then uncheck the VS checkbox to trigger the uninstall. If it's feasible to add an "Uninstall Visual Studio Add-In..." option in to the .NET Reflector menu in VS, I'd definitely recommend doing that.
4 votes -
Integrate the comment metadata from the metadata source
When you don't have VS integration and you use "Go To Definition" one something like System.String, you get the metadata which gives you helpful comments before classes, properties, methods, etc., including a summary, parameter descriptions (if any), and exceptions thrown (if any).
It would be extremely nice if those comments could be extracted, matched by signature to the decompiled version, then inserted into the decompiled version at the appropriate places. That might be too large of a change for this version at this point, though, so an alternative that would be more feasible would be a menu/context menu option that… more
3 votes -
Add the ability to cancel decompilation
I very much enjoy the ability to decompile classes within Visual Studio. What would be nice though is if the "Decompiling..." window gave you the option to cancel decompile and just show the metadata.
When working on a slower system, e.g. an older laptop or a netbook, and using "Go To Definition"/"Go To Decompiled Definition" on a larger class such as System.String, you can find yourself waiting for 2-3 minutes with no escape hatch. If you did indeed want it decompiled then that's fine, but if you just wanted to see if there were any comments or anything then being… more
5 votesplanned ·
AdminChris Massey
(Community manager, .NET Reflector)
responded
Great suggestion, and one we’re definitely going to implement. We’ve logged it in JIRA (RP-2354, if you ever need to know), and I’ll let you know when we get it done.
-
Show "new" modifier in decompilation results
Reflector currently does not show the "new" modifier in C# decompilation results (or the similar "Shadows" for VB). This would be quite helpful to see, and it sounds like it could be detected by checking for a NewSlot attribute (see "Caution" box in "Remarks" section of http://msdn.microsoft.com/en-us/library/system.reflection.methodbase.ishidebysig.aspx), which should be relatively cheap as compared to the digging through superclass methods approach that I've seen proposed elsewhere.
1 voteunder review ·
AdminChris Massey
(Community manager, .NET Reflector)
responded
This should work – if you’re still having trouble with it, then we need to log it as a bug. Could you please confirm that this is still occuring?
-
Colorize disassembled code window
The integration in VS2010 is so good, sometimes I am browsing in foreign code without taking really notice of it. It would be good, if decompiled code in VS2010's code editor window would get slightly colorized or otherwise marked to make the difference between own and foreign code clear.
Perhaps there could be a hatched background, or something?...
3 votesunder review ·
AdminChris Massey
(Community manager, .NET Reflector)
responded
A really nice suggestion – we’ll need to run some UX sessions around it to find out more about the best way to solve the underlying problem. We’ll let you know when we do more research on this.
-
1 vote
-
Compiler-generated locals being displayed for "complex" generic casts
When decompiling a method that contains an explicit cast to a generic parameter type with a contraint on another generic parameter, the compiler-generated local for the cast is displayed in the decompilation result.
Sample source:
public interface IIdentifiable<TId>
{
TId Id { get; }
}public class Foo<TItem, TId>
where TItem : IIdentifiable<TId>
{
public Foo()
{
}public void DoSomething(object target)
{
Console.WriteLine(((TItem)target).Id);
}
}Reflector decompilation result for Foo<,>.DoSomething:
public void DoSomething(object target)
{
TItem CS$0$0000 = (TItem) target;
Console.WriteLine(CS$0$0000.Id);
}1 votestarted ·
AdminChris Massey
(Community manager, .NET Reflector)
responded
Clive started work earlier this week on improving how we handle Generics. We’ll keep you posted!
-
Reflector Object Browser shows Windows 2000 buttons
When the ROB opens on my machine it always has the classic Windows 2000 minimize/maximize/close buttons overlayed on the Visual Studio Chrome. Hovering over them fixes it, but it's quite visible. http://goo.gl/f33GG
3 votesunder review ·
AdminChris Massey
(Community manager, .NET Reflector)
responded
It turns out that this may well be a wider issue with WPF, rather than something specific to Reflector. We’re certainly having trouble reproducing it. Could you let us know what service packs and .NET versions you have on the machines where you’re encountering this?
-
Reflector Object Browser
Please... Not another tool panel that has no room on my display! If at all possible integrate the Object browser into the Solution Navigator (Dev 11, Visual Studio Power Tools)/Solution Explorer (VS2010). and the standard object browser if at all possible.
2 votesunder review ·
AdminChris Massey
(Community manager, .NET Reflector)
responded
We’re looking at what we can do to improve our UX inside Visual Studio. Jesse, if you have any more feedback about the integration (see Greg’s queries), please do let us know!
-
Allow us to rent the advanced features for a small price per day in order to "earn" our license.
I'd love to be able to rent the advanced debugging features from Reflector when I need them, which isn't all that often. But when I need them they might be a life saver. As a consultant I often need to convince my client to buy a license, and am often not allowed to use tools the client themselves might not have. In these scenario's it would be great if I could let the client earn their license for a small fee, or if I could allow my client to rent the app when he needs it. Say $3 a day?… more
1 voteunder review ·
AdminChris Massey
(Community manager, .NET Reflector)
responded
We’re looking a few different ways of pricing Reflector, and these suggestions are in the pot. If you have any other ideas on this, we’d love to hear them.
-
Allow Analyzer to find overrides
It would be great if the Analyzer could find method overrides, either as part of the existing "Used By" list or as part of a new "Overridden By" list.
1 voteunder review ·
AdminChris Massey
(Community manager, .NET Reflector)
responded
We’re looking at whether we’ll be able to include some work on the Analyzer in the roadmap towards v8. I’ll keep you posted!
-
During debug sessions in foreign code, all kinds of errors show up in the Error List
A picture says more than a thousand words: http://goo.gl/cY67P
1 voteunder review ·
AdminChris Massey
(Community manager, .NET Reflector)
responded
Ruchika is investigating this issue at this very moment :)
-
Suggestion: Highlight usage points when navigating from Analyzer to decompilation window
When navigating from an Analyzer "used by" or "assigned by" list to a method, I frequently find myself having to use the Find feature within the decompilation window in order to located the actual references to the target member. It would be great if Reflector could do that automatically, say via an additional context menu with a separate shortcut key (e.g.: ctrl+space).
5 votesunder review ·
AdminChris Massey
(Community manager, .NET Reflector)
responded
We’re looking at whether we’ll be able to include some work on the Analyzer in the roadmap towards v8. I’ll keep you posted!
-
Analyzer results should be filterable
When an Analyzer results list is particularly long, it would be great to be able to filter the list on things like names (or parts thereof) and visibility. Displaying the results in a fancy-pants filterable grid with customizable columns would be a really nice enhancement. (And if you were going to incorporate such a grid, the Search window would be another obvious place to use it.)
1 voteunder review ·
AdminChris Massey
(Community manager, .NET Reflector)
responded
We’re looking at whether we’ll be able to include some work on the Analyzer in the roadmap towards v8. I’ll keep you posted!
-
Analyzer list results should be expandable
When using the Exposed By or Instantiated By analyzer lists, I frequently need to identify the callers of items in the results list. Unfortunately, with the exception of properties, this is a multi-step process that involves manual triggering of the analyzer for the target item. It would be far more convenient if each result item in these lists could be expanded in the same way as items in the Used By results list.
1 voteunder review ·
AdminChris Massey
(Community manager, .NET Reflector)
responded
We’re looking at whether we’ll be able to include some work on the Analyzer in the roadmap towards v8. I’ll keep you posted!
-
Analyze should move mouse focus to target item row in Analyzer window
When triggering the Analyze function via a menu or the ctrl+R shortcut, the mouse focus should be automatically transferred to the target item "root" row in the Analyzer window.
1 voteunder review ·
AdminChris Massey
(Community manager, .NET Reflector)
responded
We’re looking at whether we’ll be able to include some work on the Analyzer in the roadmap towards v8. I’ll keep you posted!
-
Display decompilation progress in the background.
It would be great if, when I opt to make something debuggable, the progress of the process is clearly visible, even as I decide to work on something else.
1 voteplanned ·
AdminChris Massey
(Community manager, .NET Reflector)
responded
We’ve now got a non-modal dialog which displays decompilation progress, but we’re looking at a better way of handling this.
-
Reduce Assembly Missing Load Popup
When a missing assembly is identified and the user selects the option to Skip loading then show that assembly in the references section as grey'ed out. When the user moves from one function to another don't reprompt to load the assembly, instead allow the user to later come back and click on the skipped assembly to browse and load it.
1 vote