-
Notifications
You must be signed in to change notification settings - Fork 734
Open
Labels
new-featureA new feature that could be useful in WingetUIA new feature that could be useful in WingetUIready-to-go
Milestone
Description
Please confirm these before moving forward.
- I have searched for my feature proposal and have not found a work-in-progress/duplicate/resolved/discarded issue.
- This proposal is a completely new feature. If you want to suggest an improvement or an enhancement, please use this template.
Describe the new feature
The dotnet SDK allows users to install and update templates. However, updates aren't automatic and require the user to constantly remember to do them.
Example command to check for updates --check-only
Output
Helpful commands
dotnet new list: lists all the installed templatesdotnet new update --check-only: checks templates that can be updateddotnet new update: updates all templatesdotnet new install <package>::<version>installs/updates specific packagedotnet new search <package>To search for templates, specify partial template name or use one of the supported filters: '--author', '--baseline', '--language', '--type', '--tag', '--package'.
Describe how this new feature could help users
This feature will allow users to update the dotnet new templates without having to constantly check manually. Due to UniGet providing notifications anyway
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
new-featureA new feature that could be useful in WingetUIA new feature that could be useful in WingetUIready-to-go
