Improve check for template update for the template packages from private repos #4617
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
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.
The text was updated successfully, but these errors were encountered: