Skip to content

Show recently used templates when executing 'dotnet new' #3402

Open
@vlada-shubina

Description

@vlada-shubina

Now the list of templates to be shown when running dotnet new is 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Priority:1Work that is critical for the release, but we could probably ship withoutarea: CLIRelated to dotnet new CLI (usually dotnet/TemplateEngine.CLI source code)good first issueeasy issue, good for first-time contribution to the repotriagedThe issue was evaluated by the triage team, placed on correct area, next action defined.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions