Skip to content
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

Support for --interactive switch in dnt update-packages #100

Open
phoenixchsencom opened this issue Sep 16, 2021 · 1 comment
Open

Support for --interactive switch in dnt update-packages #100

phoenixchsencom opened this issue Sep 16, 2021 · 1 comment

Comments

@phoenixchsencom
Copy link

phoenixchsencom commented Sep 16, 2021

Hi,

When update-packages is used to update packages from a private feed to their latest versions, the underlying dotnet add package call will return 401 unauthorized if it is called without the --interactive switch. To support updating from both authenticated and unauthenticated feeds, I think extending the update-packages function with an additional optional parameter that toggles the --interactive switch would be very useful.

(I can make a PR with the change if that's okay).

@RicoSuter
Copy link
Owner

Sounds good, please create a pr.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants