templating
templating copied to clipboard
This repo contains the Template Engine which is used by dotnet new
### Product dotnet CLI (dotnet new) ### Describe The Bug "sources": [ { "exclude": [ "**/[Bb]in/**", "**/[Oo]bj/**", "**/*.filelist", "**/*.user", "**/*.lock.json" ], "copyOnly": [ "**/node_modules/**", "/[Nn]uget.[Cc]onfig" ], "modifiers": [ { "condition":...
### Product dotnet CLI & Visual Studio ### Describe The Bug I'm creating a template which modify a `.csproj` file. In my `template.json`, I added a boolean like following :...
### Product Visual Studio ### Describe The Bug Hi, We have been setting up template solution with multiple projects. The approach is that we’re using a template.json config file in...
### Product dotnet CLI (dotnet new) ### Describe The Bug When using a template condition to control whether or not to bring a job within a GitHub Actions build, the...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Blazor Web App Template is not available in .NET 8...
### Is your feature request related to a problem? Please describe. As CentralPacakgeManagement becomes more mainstream it is something we would like to offer as an option in our templates...
My template solution file is giving me error when I add the possibility to change framework. This issue only occurs after restarting visual studio after changing the TargetFramework parameter. So,...
Kindly asking questions about using `sourceName` value in template. ### Situation I know the `sourceName` will be automatically updated to the safe value. (for example, `test-app` -> `test_app`) However, I...
### Product dotnet CLI (dotnet new) ### Describe The Bug I noticed the following, the gitignore template is called `dotnet gitignore file` but the tool manifest file has it listed...
### Is your feature request related to a problem? Please describe. There exists a provision to interact with Visual Studio wizards via custom assemblies with types implementing the IWizard interfaces....