1. On VS 2010 install 2.2 vsix<br />2. Launch manage package dialog<br /><br />Actual:<br />No packages found in the current package source. Was not able to repro it on VS 2012<br /><br />Expected:<br />To list the default search result<br /><br />I feel it;s caused by the following<br />As soon as dialog is launched the search element text bx is set to blank which causes the query to cancel and display this message. And, internally CancelCurrentExtensionQuery is thrown<br /><br /><br />
Comments: SHA1 ID : c99431765174824118c08de866213d92fa4c5d3c Bug-2795 : [2.2 regression] VS 2010 first time manage package launch does not display the results in online tab 1. Not setting the text of the textbox when the search text is null or empty 2. Also, passing the parameterstring to Dev10 Dialog instantiation
Comments: SHA1 ID : c99431765174824118c08de866213d92fa4c5d3c Bug-2795 : [2.2 regression] VS 2010 first time manage package launch does not display the results in online tab 1. Not setting the text of the textbox when the search text is null or empty 2. Also, passing the parameterstring to Dev10 Dialog instantiation