templating
                                
                                 templating copied to clipboard
                                
                                    templating copied to clipboard
                            
                            
                            
                        This repo contains the Template Engine which is used by dotnet new
Since templating does not depend on the latest/live NuGet version during source build a reference package is utilized to satisfy the NuGet version. Now that prebuilt detection is enabled, every...
command: `post actions of dotnet new worker --force --verbosity diagnostic` location: %userprofile% problem: takes more than 20 minutes to complete.
Typing: ``` dotnet new zoop --search --columns author ``` results in the columns Template Name, Short Name, Author, Package and Downloads. I think Template Name, Short Name and Package should...
### Is your feature request related to a problem? Please describe. Based off of Twitter thread for folks https://twitter.com/isaacrlevin/status/1571908208675147776 ### Describe the solution you'd like Adding a new argument to...
It would be great to have an item template to create a basic `launchSettings.json` file. For content I was thinking to have the following. ``` { "$schema": "http://json.schemastore.org/launchsettings.json", "profiles": {...
First of all, neither `CustomOperations` nor `SpecialCustomOperations` are included in the json schema, which results in no Intellisense support in VS 2017, and makes them hard to work with. We...
### Is your feature request related to a problem? Please describe. When using a item template inside a F# project, e.g. `dotnet new avalonia.templatedcontrol` I would expect that the option...
### Is your feature request related to a problem? Please describe. Jared used the `sln` template with `--name Blah.sln` and was surprised to find that `Blah.sln.sln` was generated. ### Describe...
### Product dotnet CLI (dotnet new) ### Describe The Bug There are warning duplicates on uninstalling/updating the package. Use tests from https://github.com/dotnet/sdk/pull/30970#pullrequestreview-1326411717 for observing output. ### To Reproduce 1. corrupt...
### Product dotnet CLI (dotnet new) ### Describe The Bug The bug is related to template verifier. If warning appears during template installation, the template verifier is not reporting it....