Devolutions / Devolutions/UniGetUI

[FEATURE REQUEST] Support for dotnet new teamplates

Open
#3,433 0 comments 2 reactions 1 assignee Claimed by @marticliment View on GitHub
new-feature ready-to-go
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

![Image](https://github.com/user-attachments/assets/dfd20a8c-0588-45c7-af4f-0c633e9b47db)

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.