|
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/InteractivityPlatform/displayName": "_Interactivity type",
|
14 | 15 | "symbols/InteractivityPlatform/description": "Chooses which hosting platform to use for interactive components",
|
15 | 16 | "symbols/InteractivityPlatform/choices/None/displayName": "None",
|
|
29 | 30 | "symbols/IncludeSampleContent/displayName": "_Include sample pages",
|
30 | 31 | "symbols/IncludeSampleContent/description": "Configures whether to add sample pages and styling to demonstrate basic usage patterns.",
|
31 | 32 | "symbols/Empty/description": "Configures whether to omit sample pages and styling that demonstrate basic usage patterns.",
|
| 33 | + "symbols/auth/choices/None/description": "No authentication", |
| 34 | + "symbols/auth/choices/Individual/description": "Individual authentication", |
| 35 | + "symbols/auth/description": "The type of authentication to use", |
| 36 | + "symbols/UseLocalDB/description": "Whether to use LocalDB instead of SQLite. This option only applies if --auth Individual is specified.", |
32 | 37 | "symbols/AllInteractive/displayName": "_Enable interactive rendering globally throughout the site",
|
33 | 38 | "symbols/AllInteractive/description": "Configures whether to make every page interactive by applying an interactive render mode at the top level. If false, pages will use static server rendering by default, and can be marked interactive on a per-page or per-component basis.",
|
34 |
| - "symbols/NoHttps/description": "Whether to turn off HTTPS. This option only applies if Individual, IndividualB2C, SingleOrg, or MultiOrg aren't used for --auth.", |
| 39 | + "symbols/NoHttps/description": "Whether to turn off HTTPS. This option only applies if Individual isn't used for --auth.", |
35 | 40 | "symbols/UseProgramMain/displayName": "Do not use _top-level statements",
|
36 | 41 | "symbols/UseProgramMain/description": "Whether to generate an explicit Program class and Main method instead of top-level statements.",
|
37 | 42 | "postActions/restore/description": "Restore NuGet packages required by this project.",
|
|
0 commit comments