dotnet-template-samples
dotnet-template-samples copied to clipboard
Feature Request: VS templating
Please provide an example of how the templates can be installed using VSIX and integrated/used from within VisualStudio 2017 & 2019; file->new project etc. including adding templates to the ASP.NET Core Web Application dialog
This covers samples for dotnet cli, not visual studio. This is not the same thing :)
You can find lots of samples elsewhere on how to create visual studio templates
@soreng it is my understanding that the same templating engine is used for both and that dotnet cli templates can be installed as either a nuget from the commandline or via the VSIX with additional support for vs & vscode by adding files with the extension .vstemplate ? is that not the case ?