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
"description": "A project template for creating a RESTful Web API using ASP.NET Core minimal APIs published as native AOT.",
4
+
"description": "A project template for creating a RESTful Web API using ASP.NET Core minimal APIs published as native AOT, with optional support for OpenAPI.",
5
5
"symbols/ExcludeLaunchSettings/description": "Whether to exclude launchSettings.json from the generated template.",
6
6
"symbols/kestrelHttpPort/description": "Port number to use for the HTTP endpoint in launchSettings.json.",
7
7
"symbols/iisHttpPort/description": "Port number to use for the IIS Express HTTP endpoint in launchSettings.json.",
@@ -10,6 +10,7 @@
10
10
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
11
11
"symbols/UseProgramMain/displayName": "Do not use _top-level statements",
12
12
"symbols/UseProgramMain/description": "Whether to generate an explicit Program class and Main method instead of top-level statements.",
0 commit comments