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

So, about these Early Access builds ...

You've used all your votes and won't be able to post a new idea, but you can still search and comment on existing ideas.

There are two ways to get more votes:

  • When an admin closes an idea you've voted on, you'll get your votes back from that idea.
  • You can remove your votes from an open idea you support.
  • To see ideas you have already voted on, select the “My feedback” filter and select “My open ideas”.
(thinking…)
Reset

Enter your idea and we'll search to see if someone has already suggested it.

If a similar idea already exists, you can vote and comment on it.

If it doesn't exist, you can post your idea so others can vote on it.

Enter your idea and we'll search to see if someone has already suggested it.

  • Hot ideas
  • Top ideas
  • New ideas
    1. 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
      Vote 0 votes Vote Vote
      Vote
      Sign in
      Check!
      (thinking…)
      Reset
      or sign in with
      • facebook
      • google
        I agree to the terms of service

        You'll receive a confirmation email with a link to create a password (optional).

        Signed in as (Sign out)
        You have left! (?) (thinking…)
        started  ·  0 comments  ·  Admin →
      • 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
        Vote 0 votes Vote Vote
        Vote
        Sign in
        Check!
        (thinking…)
        Reset
        or sign in with
        • facebook
        • google
          I agree to the terms of service

          You'll receive a confirmation email with a link to create a password (optional).

          Signed in as (Sign out)
          You have left! (?) (thinking…)
          started  ·  8 comments  ·  Something else.  ·  Admin →
        • 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
          Vote 0 votes Vote Vote
          Vote
          Sign in
          Check!
          (thinking…)
          Reset
          or sign in with
          • facebook
          • google
            I agree to the terms of service

            You'll receive a confirmation email with a link to create a password (optional).

            Signed in as (Sign out)
            You have left! (?) (thinking…)
            under review  ·  1 comment  ·  Visual Studio Integration  ·  Admin →
          • 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
            Vote 0 votes Vote Vote
            Vote
            Sign in
            Check!
            (thinking…)
            Reset
            or sign in with
            • facebook
            • google
              I agree to the terms of service

              You'll receive a confirmation email with a link to create a password (optional).

              Signed in as (Sign out)
              You have left! (?) (thinking…)
              under review  ·  1 comment  ·  Visual Studio Integration  ·  Admin →
            • 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 votes
              Vote 0 votes Vote Vote
              Vote
              Sign in
              Check!
              (thinking…)
              Reset
              or sign in with
              • facebook
              • google
                I agree to the terms of service

                You'll receive a confirmation email with a link to create a password (optional).

                Signed in as (Sign out)
                You have left! (?) (thinking…)
              • 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 vote
                Vote 0 votes Vote Vote
                Vote
                Sign in
                Check!
                (thinking…)
                Reset
                or sign in with
                • facebook
                • google
                  I agree to the terms of service

                  You'll receive a confirmation email with a link to create a password (optional).

                  Signed in as (Sign out)
                  You have left! (?) (thinking…)
                • 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 votes
                  Vote 0 votes Vote Vote
                  Vote
                  Sign in
                  Check!
                  (thinking…)
                  Reset
                  or sign in with
                  • facebook
                  • google
                    I agree to the terms of service

                    You'll receive a confirmation email with a link to create a password (optional).

                    Signed in as (Sign out)
                    You have left! (?) (thinking…)

                    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
                    Vote 0 votes Vote Vote
                    Vote
                    Sign in
                    Check!
                    (thinking…)
                    Reset
                    or sign in with
                    • facebook
                    • google
                      I agree to the terms of service

                      You'll receive a confirmation email with a link to create a password (optional).

                      Signed in as (Sign out)
                      You have left! (?) (thinking…)
                      planned  ·  1 comment  ·  UX / Navigation  ·  Admin →
                    • 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 vote
                      Vote 0 votes Vote Vote
                      Vote
                      Sign in
                      Check!
                      (thinking…)
                      Reset
                      or sign in with
                      • facebook
                      • google
                        I agree to the terms of service

                        You'll receive a confirmation email with a link to create a password (optional).

                        Signed in as (Sign out)
                        You have left! (?) (thinking…)
                      • 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 votes
                        Vote 0 votes Vote Vote
                        Vote
                        Sign in
                        Check!
                        (thinking…)
                        Reset
                        or sign in with
                        • facebook
                        • google
                          I agree to the terms of service

                          You'll receive a confirmation email with a link to create a password (optional).

                          Signed in as (Sign out)
                          You have left! (?) (thinking…)

                          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 votes
                          Vote 0 votes Vote Vote
                          Vote
                          Sign in
                          Check!
                          (thinking…)
                          Reset
                          or sign in with
                          • facebook
                          • google
                            I agree to the terms of service

                            You'll receive a confirmation email with a link to create a password (optional).

                            Signed in as (Sign out)
                            You have left! (?) (thinking…)

                            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 vote
                            Vote 0 votes Vote Vote
                            Vote
                            Sign in
                            Check!
                            (thinking…)
                            Reset
                            or sign in with
                            • facebook
                            • google
                              I agree to the terms of service

                              You'll receive a confirmation email with a link to create a password (optional).

                              Signed in as (Sign out)
                              You have left! (?) (thinking…)
                            • 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 vote
                              Vote 0 votes Vote Vote
                              Vote
                              Sign in
                              Check!
                              (thinking…)
                              Reset
                              or sign in with
                              • facebook
                              • google
                                I agree to the terms of service

                                You'll receive a confirmation email with a link to create a password (optional).

                                Signed in as (Sign out)
                                You have left! (?) (thinking…)
                              • 1 vote
                                Vote 0 votes Vote Vote
                                Vote
                                Sign in
                                Check!
                                (thinking…)
                                Reset
                                or sign in with
                                • facebook
                                • google
                                  I agree to the terms of service

                                  You'll receive a confirmation email with a link to create a password (optional).

                                  Signed in as (Sign out)
                                  You have left! (?) (thinking…)
                                • 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 votes
                                  Vote 0 votes Vote Vote
                                  Vote
                                  Sign in
                                  Check!
                                  (thinking…)
                                  Reset
                                  or sign in with
                                  • facebook
                                  • google
                                    I agree to the terms of service

                                    You'll receive a confirmation email with a link to create a password (optional).

                                    Signed in as (Sign out)
                                    You have left! (?) (thinking…)
                                  • 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 vote
                                    Vote 0 votes Vote Vote
                                    Vote
                                    Sign in
                                    Check!
                                    (thinking…)
                                    Reset
                                    or sign in with
                                    • facebook
                                    • google
                                      I agree to the terms of service

                                      You'll receive a confirmation email with a link to create a password (optional).

                                      Signed in as (Sign out)
                                      You have left! (?) (thinking…)
                                    • 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 vote
                                      Vote 0 votes Vote Vote
                                      Vote
                                      Sign in
                                      Check!
                                      (thinking…)
                                      Reset
                                      or sign in with
                                      • facebook
                                      • google
                                        I agree to the terms of service

                                        You'll receive a confirmation email with a link to create a password (optional).

                                        Signed in as (Sign out)
                                        You have left! (?) (thinking…)
                                      • 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 vote
                                        Vote 0 votes Vote Vote
                                        Vote
                                        Sign in
                                        Check!
                                        (thinking…)
                                        Reset
                                        or sign in with
                                        • facebook
                                        • google
                                          I agree to the terms of service

                                          You'll receive a confirmation email with a link to create a password (optional).

                                          Signed in as (Sign out)
                                          You have left! (?) (thinking…)
                                        • 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 vote
                                          Vote 0 votes Vote Vote
                                          Vote
                                          Sign in
                                          Check!
                                          (thinking…)
                                          Reset
                                          or sign in with
                                          • facebook
                                          • google
                                            I agree to the terms of service

                                            You'll receive a confirmation email with a link to create a password (optional).

                                            Signed in as (Sign out)
                                            You have left! (?) (thinking…)
                                          • 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
                                            Vote 0 votes Vote Vote
                                            Vote
                                            Sign in
                                            Check!
                                            (thinking…)
                                            Reset
                                            or sign in with
                                            • facebook
                                            • google
                                              I agree to the terms of service

                                              You'll receive a confirmation email with a link to create a password (optional).

                                              Signed in as (Sign out)
                                              You have left! (?) (thinking…)
                                          • Don’t see your idea?
                                          • Post a new idea…
                                          • .NET Reflector 7.5 Early Access Feedback

                                            Knowledge Base and Helpdesk