Quantcast
Channel: WE MOVED to github.com/nuget. This site is not monitored!
Viewing all articles
Browse latest Browse all 7612

Created Issue: Replace install progress dialog with the VS progress dialog [2884]

$
0
0
During package installation, we show the WPF-based progress dialog. This dialog runs on UI thread and hence it has two disadvantages:

1. The progress bar doesn't move smoothly, because DTE operations happen to run on UI thread too.
2. It affects the perf of DTE operations.

I'd suggest we switch to using VS-provided threaded dialog, which runs on background thread and avoids the above disadvantages.

What we'll lose though is the ability to show colored text; and we can only show one message at a time (as opposed to all messages inside scrollviewer with the current dialog). IMO, this are not a big deal. All messages can be viewed after the fact in the Output window anyway.

I believe the benefits outweigh the losses.

Viewing all articles
Browse latest Browse all 7612

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>