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

templatestrings.it.json « localize « .template.config « RazorPagesWeb-CSharp « content « Web.ProjectTemplates « ProjectTemplates « src - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 815f7d8cab29459073cc2d3b3659774204d3e282 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
  "author": "Microsoft",
  "name": "ASP.NET Core Web App",
  "description": "A project template for creating an ASP.NET Core application with example ASP.NET Core Razor Pages content",
  "symbols/auth/choices/None/description": "No authentication",
  "symbols/auth/choices/Individual/description": "Individual authentication",
  "symbols/auth/choices/IndividualB2C/description": "Individual authentication with Azure AD B2C",
  "symbols/auth/choices/SingleOrg/description": "Organizational authentication for a single tenant",
  "symbols/auth/choices/MultiOrg/description": "Organizational authentication for multiple tenants",
  "symbols/auth/choices/Windows/description": "Windows authentication",
  "symbols/auth/description": "The type of authentication to use",
  "symbols/AAdB2CInstance/description": "The Azure Active Directory B2C instance to connect to (use with IndividualB2C auth).",
  "symbols/SignUpSignInPolicyId/description": "The sign-in and sign-up policy ID for this project (use with IndividualB2C auth).",
  "symbols/SignedOutCallbackPath/description": "The global signout callback (use with IndividualB2C auth).",
  "symbols/ResetPasswordPolicyId/description": "The reset password policy ID for this project (use with IndividualB2C auth).",
  "symbols/EditProfilePolicyId/description": "The edit profile policy ID for this project (use with IndividualB2C auth).",
  "symbols/AADInstance/description": "The Azure Active Directory instance to connect to (use with SingleOrg or MultiOrg auth).",
  "symbols/ClientId/description": "The Client ID for this project (use with IndividualB2C, SingleOrg or MultiOrg auth).",
  "symbols/Domain/description": "The domain for the directory tenant (use with SingleOrg or IndividualB2C auth).",
  "symbols/TenantId/description": "The TenantId ID of the directory to connect to (use with SingleOrg auth).",
  "symbols/CallbackPath/description": "The request path within the application's base path of the redirect URI (use with SingleOrg or IndividualB2C auth).",
  "symbols/OrgReadAccess/description": "Whether or not to allow this application read access to the directory (only applies to SingleOrg or MultiOrg auth).",
  "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/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/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/CalledApiUrl/description": "URL of the API to call from the web app. This option only applies if --auth SingleOrg, --auth MultiOrg or --auth IndividualB2C is specified.",
  "symbols/CallsMicrosoftGraph/description": "Specifies if the web app calls Microsoft Graph. This option only applies if --auth SingleOrg or --auth MultiOrg is specified.",
  "symbols/CalledApiScopes/description": "Scopes to request to call the API from the web app. This option only applies if --auth SingleOrg, --auth MultiOrg or --auth IndividualB2C is specified.",
  "symbols/UseProgramMain/displayName": "Use a Program class with a Main method",
  "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'"
}