-
Notifications
You must be signed in to change notification settings - Fork 904
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assess the source lookup when a URL is specified at the command line. #3573
Comments
Noting that changing this would be a breaking change, but we need to evaluate whether this is something we can meaningfully deprecate in 2.x first. If so, we should deprecate this in 2.x and then make the break in 3.0, which may require a follow up issue. This primarily affects the logic used in the ChocolateyNugetCredentialProvider class as discussed in #3568 |
Noting some additional discussion points related to this after talking things over with Gary, as well:
I know this is kind of throwing many wrenches at the pile at this point, but it seems prudent to have a consistent design across all of this as much as possible, so it is likely necessary to discuss and come to an agreement as to what we want to do here, and then go and file a bunch of separate issues for all the necessary pieces that will come from it. |
Checklist
Is Your Feature Request Related To A Problem? Please describe.
No response
Describe The Solution. Why is it needed?
The behaviour of looking up a source based purely on the URL is bad In General, choco should probably just use the literal command line arguments and not assume you want it to look things up in the config when you did not ask.
Additional Context
No response
Related Issues
The text was updated successfully, but these errors were encountered: