choco icon indicating copy to clipboard operation
choco copied to clipboard

RFE: `usePackageRepositoryOptimizations` should be a repository / source option

Open helge000 opened this issue 6 years ago • 1 comments

The new repo optimisations in 0.10.12 do cause some issues with repositories not supporting it. 0.10.14-beta-20190321 introduced a blanket fix by disabling the feature:

choco feature disable -n usePackageRepositoryOptimizations

It would be better to introduce this setting as a per source option, like priority.

Related to #1770

helge000 avatar Mar 27 '19 11:03 helge000

@helge000 I'd love for it to be as well. Unfortunately due to how NuGet aggregates repositories together, it's not able to be handled per source. At least not easily. I can drop this on the backlog though and we can revisit after we've moved up to NuGet v3/4.

ferventcoder avatar Mar 28 '19 22:03 ferventcoder