You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running NuGetService.list_run it makes changes to configuration items for a local only type of source. However it is not a good steward and doesn't set that configuration back. That can lead to undesirable results. Ensure that it puts the config back the way it received it.
The text was updated successfully, but these errors were encountered:
ferventcoder
changed the title
Ensure that config changes list_run makes are reversed
Getting Local List of Package may leave config in undesirable state
Mar 28, 2017
When running `NuGetService.list_run` it makes changes to configuration
items for a local only type of source. However it is not a good steward
and doesn't set that configuration back. That can lead to undesirable
results. Ensure that it puts the config back the way it received it.
* stable:
(GH-1212) Fix: downgrade should not run w/out version
(spec) ensure config is reset between calls
(maint) fix typo in method name
(GH-1213) Fix: list local should reset config
(GH-1209) (c) Chocolatey Software to specs
ferventcoder
changed the title
Getting Local List of Package may leave config in undesirable state
[API] Getting Local List of Package may leave config in undesirable state
Mar 29, 2017
When running
NuGetService.list_run
it makes changes to configuration items for a local only type of source. However it is not a good steward and doesn't set that configuration back. That can lead to undesirable results. Ensure that it puts the config back the way it received it.The text was updated successfully, but these errors were encountered: