Add an option to the Web API project template to allow the included content to use Minimal APIs instead of controllers #35996
Labels
area-minimal
Includes minimal APIs, endpoint filters, parameter binding, request delegate generator etc
feature-minimal-actions
Controller-like actions for endpoint routing
feature-templates
old-area-web-frameworks-do-not-use
*DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels
Milestone
dotnet new webapi --minimal
would produce a project that is functionally similar to the existing project the template creates (i.e. the weather API) but implemented with the new MinimalAPIs.The option should be displayed in the Visual Studio new project dialog experience so that it's easily discoverable when creating projects there.
The text was updated successfully, but these errors were encountered: