Hello,
If I want to use an Add-In on the command line API, I need to use /select.
Unfortunately if I use /select:XYZ (with XYZ the name of my Add-In), I get a message box with ".NET Reflector could not resolve XYZ".

Note that my add-in is correctyl executed later, but this message box is a bit annoying and really misleading. Also it seems Reflector stays open after that (where before it closed after executing the command line). All of this used to work fine with previous verson of Reflector.

Is there a new way to select the add-in in the command line API?

Thanks for your help!
Olivier
Xerces
0

Comments

2 comments

  • Clive Tong
    Could you give an example of a command line that you want to use?

    The /select option is there to populate a particular code element into the browser, using something like
      Reflector.exe /select:code://mscorlib/System.AppDomain
    
    Clive Tong
    0
  • Xerces
    I'm using this:

    /select:Reflector.CrossNet /crossnet:SomeConfigFile.xml

    Which in the past, selected the Reflector.CrossNet Add-In.
    But maybe this is not necessary anymore. And I suppose all the Add-ins are automatically executed now. (at least, it seems that's what is happening with my quick test).

    I will let you know if I still have an issue.
    Thanks for your help!
    Olivier
    Xerces
    0

Add comment

Please sign in to leave a comment.