templating
templating copied to clipboard
This repo contains the Template Engine which is used by dotnet new
### Is your feature request related to a problem? Please describe. When defining a required symbol, if no value is provided during the call, and the symbol is followed by...
### Product dotnet CLI (dotnet new) ### Describe The Bug I want to test if my templates are valid in CI/CD. I thought i could install the template in the...
I tried just updating to 8.0.5 but I found that much of the build was already implicitly targeting 9.0.3. So instead, I just retargeted to that. Not sure if this...
I've been reading through the docs trying to figure out if this is possible. Basically I'd like to make sure that the name and output are always lowercase regardless of...
### Product dotnet CLI (dotnet new) ### Describe The Bug The template verifier helper package enforces a requirement of Xunit v2, however this stack is outdated - xunit v3 is...
dotnet new template creates phantom ProjectName.App.sln in Recent Projects despite using custom .sln
I created a template package project according to the instructions below https://learn.microsoft.com/en-us/dotnet/core/tutorials/cli-templates-create-template-package Using Microsoft.TemplateEngine.Authoring.Templates The output structure should look like this: working AdatumCorporation.Utility.Templates.csproj (rename to MyCorp.Templates.csproj) └───content └───AngularMatWithAspCore ├───.template.config │...
In the article https://github.com/dotnet/templating/wiki/Binding-and-project-context-evaluation#binding-to-msbuild-properties it is mentioned that "It is possible to bind symbols to MSBuild properties of the current project." Upon testing I realized that this really only works...
The article https://github.com/dotnet/templating/wiki/Naming-and-default-value-forms is misleading in at least two ways: 1. The convention on the naming of `sourceName` is *much* more rigid than what is implied by the wording in...
https://github.com/dotnet/templating/pull/9045#discussion_r2097443419
### Problem When virtualziing the root, file paths come back from EnumerateFileSystemEntries without the "/" on Linux and Mac. The virtualization also has issues with net475 on Windows. ### Solution...