templating icon indicating copy to clipboard operation
templating copied to clipboard

This repo contains the Template Engine which is used by dotnet new

Results 276 templating issues
Sort by recently updated
recently updated
newest added

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...

triaged
area: infra

command: `post actions of dotnet new worker --force --verbosity diagnostic` location: %userprofile% problem: takes more than 20 minutes to complete.

triaged
Priority:3
area: performance

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...

triaged
Priority:3
good first issue
area: CLI

### 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...

triaged
feature
Priority:2
area: authoring

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": {...

triaged
feature
Priority:2
area: template-content

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...

triaged
feature
Priority:2
area: authoring

### 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...

triaged
feature
Priority:2
impeded
area: CLI

### 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...

triaged
Priority:3
area: authoring

### 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...

triaged
Priority:3
area: CLI

### 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....

triaged
Priority:2
good first issue
help-wanted
area: authoring tools