Improve check for template update for the template packages from private repos #4617
Open
Description
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.