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

Improve check for template update for the template packages from private repos #4617

Open
vlada-shubina opened this issue Apr 19, 2022 · 0 comments
Labels
area: CLI Related to dotnet new CLI (usually dotnet/TemplateEngine.CLI source code) good first issue easy issue, good for first-time contribution to the repo Priority:3 Work that is nice to have triaged The issue was evaluated by the triage team, placed on correct area, next action defined.
Milestone

Comments

@vlada-shubina
Copy link
Member

In case the template package was installed from private feed with interactive authentication, the update check may not work as interactive authentication is not performed during update check.

For such template packages consider showing the message, that the update check was not done, suggesting to do dotnet new update --check --interactive instead.

The message should not be shown too frequently.

Related: #4278 - due to this issue the interactive authentication is not persistent between runs.

@vlada-shubina vlada-shubina added the triaged The issue was evaluated by the triage team, placed on correct area, next action defined. label Apr 26, 2022
@vlada-shubina vlada-shubina added this to the Backlog milestone Apr 26, 2022
@YuliiaKovalova YuliiaKovalova added Priority:3 Work that is nice to have good first issue easy issue, good for first-time contribution to the repo area: CLI Related to dotnet new CLI (usually dotnet/TemplateEngine.CLI source code) labels May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: CLI Related to dotnet new CLI (usually dotnet/TemplateEngine.CLI source code) good first issue easy issue, good for first-time contribution to the repo Priority:3 Work that is nice to have triaged The issue was evaluated by the triage team, placed on correct area, next action defined.
Projects
None yet
Development

No branches or pull requests

2 participants