Welcome to mirror list, hosted at ThFree Co, Russian Federation.

templatestrings.cs.json « localize « .template.config « Angular-CSharp « content « src - github.com/dotnet/spa-templates.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cd1962742bd4c4353c87fc9933311fffc8164c6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "author": "Microsoft",
  "description": "Šablona projektu pro vytvoření aplikace ASP.NET Core pomocí Angularu",
  "name": "ASP.NET Core s Angularem",
  "symbols/auth/choices/None/description": "No authentication",
  "symbols/auth/choices/Individual/description": "Individual authentication",
  "symbols/auth/description": "The type of authentication to use",
  "symbols/UserSecretsId/description": "The ID to use for secrets (use with OrgReadAccess or Individual auth).",
  "symbols/ExcludeLaunchSettings/description": "Whether to exclude launchSettings.json in the generated template.",
  "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
  "symbols/NoSpaFrontEnd/description": "Avoids adding any of the node/spa files. Used for testing only.",
  "symbols/kestrelHttpPort/description": "Port number to use for the HTTP endpoint in launchSettings.json.",
  "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).",
  "symbols/iisHttpPort/description": "Port number to use for the IIS Express HTTP endpoint in launchSettings.json.",
  "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).",
  "symbols/ProxyPort/description": "Port number to use for the SPA front-end development proxy.",
  "symbols/NoHttps/description": "Whether to turn off HTTPS. This option only applies if Individual, IndividualB2C, SingleOrg, or MultiOrg aren't used for --auth.",
  "symbols/UseLocalDB/description": "Whether to use LocalDB instead of SQLite. This option only applies if --auth Individual or --auth IndividualB2C is specified.",
  "symbols/Framework/description": "The target framework for the project.",
  "symbols/Framework/choices/net7.0/description": "Target net7.0",
  "symbols/UseProgramMain/displayName": "Do not use top-level statements",
  "symbols/UseProgramMain/description": "Whether to generate an explicit Program class and Main method instead of top-level statements.",
  "postActions/restore/description": "Restore NuGet packages required by this project.",
  "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'"
}