Search code examples
visual-studioasp.net-coreasp.net-core-2.1visual-studio-templates

How to Create item templates for ASP.NET Core 2.1


I have ran into this and tried to do it for my solution except it only works in class libraries and not web projects. how can I achieve this in web project?


Solution

  • Finally after countless hours I was able to do it after adding <TemplateGroupID>AspNetCore</TemplateGroupID> to the generated .vstemplate inside<TemplateData></TemplateData>