dotnet-template-samples icon indicating copy to clipboard operation
dotnet-template-samples copied to clipboard

Feature Request: VS templating

Open grahamehorner opened this issue 5 years ago • 2 comments

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

grahamehorner avatar Jul 10 '19 17:07 grahamehorner

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 avatar Jul 26 '19 15:07 soreng

@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 ?

grahamehorner avatar Jul 31 '19 16:07 grahamehorner