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

This pull request updates the following dependencies [marker]: (Begin:3686e624-8f5d-4c86-d827-08da180b2c46) ## From https://github.com/dotnet/arcade - **Subscription**: 3686e624-8f5d-4c86-d827-08da180b2c46 - **Build**: 20241014.4 - **Date Produced**: October 14, 2024 6:46:42 PM UTC - **Commit**: 87e1f2ac110e91c8c15389525fd567a9147105b0...

Branch Lockdown

### Product dotnet CLI (dotnet new) ### Describe The Bug when I use 'isEnabled' in a generated symbol it does not seem to evaluate and always processes. example: Foo.cs ```...

**REPRO STEPS** 1. Install SDK 9.0 RC2 2. Install Aspire 8.2.1 3. Run command 'dotnet new list' **ACTUAL** Some template names are not fully displayed. ![Image](https://github.com/user-attachments/assets/837dcba4-782a-4ec6-b7b2-597bd92c490f) **EXPECTED** The "Template Name"...

### Is your feature request related to a problem? Please describe. I'm developing and distributing internal templates across our team. My goal is that when someone wants to use my...

### Problem The current reference to the Auth0 Templates points to a specific NuGet package version, which is obsolete. ### Solution Point to the latest NuGet package version

### Discussed in https://github.com/dotnet/templating/discussions/8401 Originally posted by **jamuro77** September 27, 2024 Is there any way of applying **conditional processing** in **dockerfiles**? I would like to make the content of dockerfiles...

### Product dotnet CLI (dotnet new) ### Describe The Bug Chatted with @sayedihashimi and @phenning today about if/when VS should update to 9.x Template Engine packages, and we saw some...

area: infra

### Is your feature request related to a problem? Please describe. Today we provide the following [Host-provided symbols for binding](https://github.com/dotnet/templating/blob/cd68572c1c42b81dfb6c1f81b731e2b3b95752b0/src/Microsoft.TemplateEngine.Edge/DefaultTemplateEngineHost.cs#L59-L67): * HostIdentifier * WorkingDirectory We should make it easier for...

### Is your feature request related to a problem? Please describe. I'm working on a template for an ASP.NET gRPC project. The template includes ".proto" files with package names using...

### Is your feature request related to a problem? Please describe. I am working on this project: https://github.com/taori/Amusoft.Templates/pull/28 For tests i am using the templating switch "--dry-run" in some places....