dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
35.5k stars 10.04k forks source link

Add "Blazor Page" template to VS templates for 'Add New' dialog in VS #16099

Closed conficient closed 5 years ago

conficient commented 6 years ago

Not an urgent requirement, but a "Blazor Page" template would be nice in the "Add New" dialog in VS.

At present I just copy existing pages and rename them.

brunopbarrote commented 6 years ago

You mean ItemTemplate

conficient commented 6 years ago

That’s the fella

Sent with GitHawk

lohithgn commented 6 years ago

as of now i do Add New Item > Razor View in VS ... :)

SteveSandersonMS commented 6 years ago

Duplicate of aspnet/AspNetCore#5463