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

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

Open
Tracked by #4887
vlada-shubina opened this issue Jul 7, 2021 · 0 comments
Open
Tracked by #4887

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

vlada-shubina opened this issue Jul 7, 2021 · 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:1 Work that is critical for the release, but we could probably ship without triaged The issue was evaluated by the triage team, placed on correct area, next action defined.
Milestone

Comments

@vlada-shubina
Copy link
Member

vlada-shubina commented Jul 7, 2021

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.

@vlada-shubina vlada-shubina added the triaged The issue was evaluated by the triage team, placed on correct area, next action defined. label Jul 13, 2021
@vlada-shubina vlada-shubina added this to the Backlog milestone Jul 13, 2021
@vlada-shubina vlada-shubina mentioned this issue Jun 23, 2022
26 tasks
@YuliiaKovalova YuliiaKovalova added Priority:1 Work that is critical for the release, but we could probably ship without 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 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:1 Work that is critical for the release, but we could probably ship without 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