You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: Enhancement request
about: Suggest an idea for this project
title: 'Add more starter projects'
labels: enhancement
assignees: ''
Is your feature request related to a problem? Please describe.
Yes. All starters assumes that the developer creates projects using MVC.
Describe the solution you'd like
I use the ASP.NET Core Web Application Template from within Visual Studio 2019 16.4 and choose the Web Application option [not the Web Application (Model-View_Controller)] which uses razor pages when creating new applications.
Please add the option to choose between Web Application and Web Application (Model-View_Controller) templates
Describe alternatives you've considered
Try creating various permutations (by selecting different options), comparing the result with a default project, and then ripping the MVC parts out.
Additional context
In particular, single sign on using PCF provided services and Credhub examples would be nice. :)
The text was updated successfully, but these errors were encountered:
We will add support for Razor-style projects post 1.0 release.
The 1.0 release will support webapi projects. Part of the 1.0 release is to decouple the Initializr application from the starter template bundles. After 1.0, we can release additional starter templates, including Razor.
name: Enhancement request
about: Suggest an idea for this project
title: 'Add more starter projects'
labels: enhancement
assignees: ''
Is your feature request related to a problem? Please describe.
Yes. All starters assumes that the developer creates projects using MVC.
Describe the solution you'd like
I use the ASP.NET Core Web Application Template from within Visual Studio 2019 16.4 and choose the Web Application option [not the Web Application (Model-View_Controller)] which uses razor pages when creating new applications.
Please add the option to choose between Web Application and Web Application (Model-View_Controller) templates
Describe alternatives you've considered
Try creating various permutations (by selecting different options), comparing the result with a default project, and then ripping the MVC parts out.
Additional context
In particular, single sign on using PCF provided services and Credhub examples would be nice. :)
The text was updated successfully, but these errors were encountered: