Devolutions / Devolutions/UniGetUI
[FEATURE REQUEST] Support for dotnet new teamplates
- Dominant language
- C#
- Stars
- 26.1k
- Forks
- 924
- Avg merge
- 15h 52m
- Merged PRs (30d)
- 52
Description
### Please confirm these before moving forward.
- [x] I have searched for my feature proposal and have not found a work-in-progress/duplicate/resolved/discarded issue.
- [x] This proposal is a completely new feature. If you want to suggest an improvement or an enhancement, please use [this template](https://github.com/marticliment/WingetUI/issues/new?assignees=marticliment&labels=enhancement&projects=&template=enhancement-improvement.yml&title=%5BENHANCEMENT%5D+%28Enter+your+description+here%29).
### 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 templates
- ```dotnet new update --check-only``` : checks templates that can be updated
- ```dotnet new update```: updates all templates
- ```dotnet new install ::``` installs/updates specific package
- ```dotnet new search ``` 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
Contributor guide
Assessment
This issue has not been assessed yet.