-
Notifications
You must be signed in to change notification settings - Fork 396
Show recently used templates when executing 'dotnet new' #3402
Copy link
Copy link
Open
Labels
Priority:1Work that is critical for the release, but we could probably ship withoutWork that is critical for the release, but we could probably ship withoutarea: CLIRelated to dotnet new CLI (usually dotnet/TemplateEngine.CLI source code)Related to dotnet new CLI (usually dotnet/TemplateEngine.CLI source code)good first issueeasy issue, good for first-time contribution to the repoeasy issue, good for first-time contribution to the repotriagedThe issue was evaluated by the triage team, placed on correct area, next action defined.The issue was evaluated by the triage team, placed on correct area, next action defined.
Milestone
Metadata
Metadata
Assignees
Labels
Priority:1Work that is critical for the release, but we could probably ship withoutWork that is critical for the release, but we could probably ship withoutarea: CLIRelated to dotnet new CLI (usually dotnet/TemplateEngine.CLI source code)Related to dotnet new CLI (usually dotnet/TemplateEngine.CLI source code)good first issueeasy issue, good for first-time contribution to the repoeasy issue, good for first-time contribution to the repotriagedThe issue was evaluated by the triage team, placed on correct area, next action defined.The issue was evaluated by the triage team, placed on correct area, next action defined.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Now the list of templates to be shown when running
dotnet newis fixed.Add recently used templates in the list - last N templates used by the user.
Technical details: we may preserve the date time when the template was run last time in template cache. It requires cache format modification.
Using this information we can determine last N templates (template groups) used by user and show them in curated list instead.