|
4 | 4 | "description": "A project template for creating a Blazor web app that supports both server-side rendering and client interactivity. This template can be used for web apps with rich dynamic user interfaces (UIs).",
|
5 | 5 | "symbols/Framework/description": "The target framework for the project.",
|
6 | 6 | "symbols/Framework/choices/net8.0/description": "Target net8.0",
|
| 7 | + "symbols/UserSecretsId/description": "The ID to use for secrets (use with Individual auth).", |
7 | 8 | "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
|
8 | 9 | "symbols/ExcludeLaunchSettings/description": "Whether to exclude launchSettings.json from the generated template.",
|
9 | 10 | "symbols/kestrelHttpPort/description": "Port number to use for the HTTP endpoint in launchSettings.json.",
|
10 |
| - "symbols/kestrelHttpsPort/description": "Port number to use for the HTTPS endpoint in launchSettings.json. This option is only applicable when the parameter no-https is not used (no-https will be ignored if either IndividualAuth or OrganizationalAuth is used).", |
| 11 | + "symbols/kestrelHttpsPort/description": "Port number to use for the HTTPS endpoint in launchSettings.json. This option is only applicable when the parameter no-https is not used (no-https will be ignored if Individual auth is used).", |
11 | 12 | "symbols/iisHttpPort/description": "Port number to use for the IIS Express HTTP endpoint in launchSettings.json.",
|
12 |
| - "symbols/iisHttpsPort/description": "Port number to use for the IIS Express HTTPS endpoint in launchSettings.json. This option is only applicable when the parameter no-https is not used (no-https will be ignored if either IndividualAuth or OrganizationalAuth is used).", |
| 13 | + "symbols/iisHttpsPort/description": "Port number to use for the IIS Express HTTPS endpoint in launchSettings.json. This option is only applicable when the parameter no-https is not used (no-https will be ignored if Individual auth is used).", |
13 | 14 | "symbols/UseWebAssembly/displayName": "_Use interactive WebAssembly components",
|
14 | 15 | "symbols/UseWebAssembly/description": "Configures whether to support rendering components interactively in the browser using WebAssembly. The default value is false.",
|
15 | 16 | "symbols/UseServer/displayName": "_Use interactive server components",
|
16 | 17 | "symbols/UseServer/description": "Configures whether to support rendering components interactively on the server via a SignalR WebSocket connection. The default value is true.",
|
17 | 18 | "symbols/IncludeSampleContent/displayName": "_Include sample pages",
|
18 | 19 | "symbols/IncludeSampleContent/description": "Configures whether to add sample pages and styling to demonstrate basic usage patterns.",
|
19 | 20 | "symbols/Empty/description": "Configures whether to omit sample pages and styling that demonstrate basic usage patterns.",
|
20 |
| - "symbols/NoHttps/description": "Whether to turn off HTTPS. This option only applies if Individual, IndividualB2C, SingleOrg, or MultiOrg aren't used for --auth.", |
| 21 | + "symbols/auth/choices/None/description": "No authentication", |
| 22 | + "symbols/auth/choices/Individual/description": "Individual authentication", |
| 23 | + "symbols/auth/description": "The type of authentication to use", |
| 24 | + "symbols/UseLocalDB/description": "Whether to use LocalDB instead of SQLite. This option only applies if --auth Individual is specified.", |
| 25 | + "symbols/NoHttps/description": "Whether to turn off HTTPS. This option only applies if Individual isn't used for --auth.", |
21 | 26 | "symbols/UseProgramMain/displayName": "Do not use _top-level statements",
|
22 | 27 | "symbols/UseProgramMain/description": "Whether to generate an explicit Program class and Main method instead of top-level statements.",
|
23 | 28 | "postActions/restore/description": "Restore NuGet packages required by this project.",
|
|
0 commit comments