NuGet / Home

Repo for NuGet Client issues
Other
1.5k stars 253 forks source link

nuget.exe install does not honor '-DisableParallelProcessing' switch #1556

Closed deepakaravindr closed 7 years ago

deepakaravindr commented 9 years ago

nuget.exe install does not honor '-DisableParallelProcessing' switch

Repro steps:

  1. nuget.exe install t4mvc -DisableParallelProcessing

Expected: Necessary package(s) are installed serially and parallel requests are not made

Actual: Used Fiddler to verify that parallel requests are made and the switch '-DisableParallelProcessing' is not honored

emgarten commented 7 years ago

This appears to be fixed in 4.4.0. Watching the fiddler trace I see calls running sync with disable parallel, and in parallel without it.