File tree 13 files changed +49
-263
lines changed
Web.ProjectTemplates/content
BlazorServerWeb-CSharp/.template.config
ComponentsWebAssembly-CSharp/.template.config
EmptyWeb-CSharp/.template.config
EmptyWeb-FSharp/.template.config
GrpcService-CSharp/.template.config
RazorClassLibrary-CSharp/.template.config
RazorPagesWeb-CSharp/.template.config
StarterWeb-CSharp/.template.config
WebApi-CSharp/.template.config
WebApi-FSharp/.template.config
Worker-CSharp/.template.config
Worker-FSharp/.template.config 13 files changed +49
-263
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " http://json.schemastore.org/vs-2017.3 .host" ,
2
+ "$schema" : " http://json.schemastore.org/ide .host" ,
3
3
"order" : 600 ,
4
4
"icon" : " ide/icon.png" ,
5
- "supportedAuthentications" : [
6
- {
7
- "auth" : " None" ,
8
- "authenticationType" : " NoAuth" ,
9
- "allowUnsecured" : true
10
- },
11
- {
12
- "auth" : " Individual" ,
13
- "authenticationType" : " IndividualAuth" ,
14
- "b2cAuthenticationOptions" : " CloudExisting"
15
- },
16
- {
17
- "auth" : " Individual" ,
18
- "authenticationType" : " IndividualAuth" ,
19
- "b2cAuthenticationOptions" : " Local"
20
- },
21
- {
22
- "auth" : " SingleOrg" ,
23
- "authenticationType" : " OrgAuth" ,
24
- "orgAuthenticationOptions" : " SSO"
25
- },
26
- {
27
- "auth" : " MultiOrg" ,
28
- "authenticationType" : " OrgAuth" ,
29
- "orgAuthenticationOptions" : " MultiOrg"
30
- },
31
- {
32
- "auth" : " Windows" ,
33
- "authenticationType" : " WindowsAuth"
34
- }
35
- ],
36
- "ports" : [
37
- {
38
- "name" : " HttpPort" ,
39
- "useHttps" : false
40
- },
41
- {
42
- "name" : " HttpsPort" ,
43
- "useHttps" : true
44
- }
45
- ],
46
5
"symbolInfo" : [
47
6
{
48
7
"id" : " UseProgramMain" ,
49
- "isVisible" : true
8
+ "isVisible" : true ,
9
+ "persistenceScope" : " shared" ,
10
+ "persistenceScopeName" : " Microsoft"
50
11
}
51
12
],
52
13
"disableHttpsSymbol" : " NoHttps" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " http://json.schemastore.org/vs-2017.3 .host" ,
2
+ "$schema" : " http://json.schemastore.org/ide .host" ,
3
3
"order" : 610 ,
4
4
"icon" : " icon.png" ,
5
- "supportedAuthentications" : [
6
- {
7
- "auth" : " None" ,
8
- "authenticationType" : " NoAuth" ,
9
- "allowUnsecured" : true
10
- },
11
- {
12
- "auth" : " Individual" ,
13
- "authenticationType" : " IndividualAuth" ,
14
- "b2cAuthenticationOptions" : " Local"
15
- },
16
- {
17
- "auth" : " SingleOrg" ,
18
- "authenticationType" : " OrgAuth" ,
19
- "orgAuthenticationOptions" : " SSO" ,
20
- "provisionServerSymbol" : " Hosted" ,
21
- "callbackPath" : " /authentication/login-callback" ,
22
- "additionalReplyUriPorts" : [ 5001 ]
23
- }
24
- ],
25
- "ports" : [
26
- {
27
- "name" : " HttpPort" ,
28
- "useHttps" : false
29
- },
30
- {
31
- "name" : " HttpsPort" ,
32
- "useHttps" : true
33
- }
34
- ],
35
5
"disableHttpsSymbol" : " NoHttps" ,
36
6
"symbolInfo" : [
37
7
{
38
8
"id" : " Hosted" ,
39
- "isVisible" : " true"
9
+ "isVisible" : true ,
10
+ "persistenceScope" : " templateGroup"
40
11
},
41
12
{
42
13
"id" : " PWA" ,
43
- "isVisible" : " true"
14
+ "isVisible" : true ,
15
+ "persistenceScope" : " templateGroup"
44
16
},
45
17
{
46
18
"id" : " UseProgramMain" ,
47
- "isVisible" : true
19
+ "isVisible" : true ,
20
+ "persistenceScope" : " shared" ,
21
+ "persistenceScopeName" : " Microsoft"
48
22
}
49
23
]
50
24
}
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " http://json.schemastore.org/vs-2017.3 .host" ,
2
+ "$schema" : " http://json.schemastore.org/ide .host" ,
3
3
"order" : 100 ,
4
4
"icon" : " ide/Empty.png" ,
5
5
"supportsDocker" : true ,
6
- "supportedAuthentications" : [
7
- {
8
- "auth" : " None" ,
9
- "authenticationType" : " NoAuth" ,
10
- "allowUnsecured" : true
11
- }
12
- ],
13
- "ports" : [
14
- {
15
- "name" : " HttpPort" ,
16
- "useHttps" : false
17
- },
18
- {
19
- "name" : " HttpsPort" ,
20
- "useHttps" : true
21
- }
22
- ],
23
6
"symbolInfo" : [
24
7
{
25
8
"id" : " UseProgramMain" ,
26
- "isVisible" : true
9
+ "isVisible" : true ,
10
+ "persistenceScope" : " shared" ,
11
+ "persistenceScopeName" : " Microsoft"
27
12
}
28
13
],
29
14
"disableHttpsSymbol" : " NoHttps"
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " http://json.schemastore.org/vs-2017.3 .host" ,
2
+ "$schema" : " http://json.schemastore.org/ide .host" ,
3
3
"order" : 101 ,
4
4
"icon" : " ide/Empty.png" ,
5
- "supportedAuthentications" : [
6
- {
7
- "auth" : " None" ,
8
- "authenticationType" : " NoAuth" ,
9
- "allowUnsecured" : true
10
- }
11
- ],
12
5
"supportsDocker" : true ,
13
- "ports" : [
14
- {
15
- "name" : " HttpPort" ,
16
- "useHttps" : false
17
- },
18
- {
19
- "name" : " HttpsPort" ,
20
- "useHttps" : true
21
- }
22
- ],
23
6
"disableHttpsSymbol" : " NoHttps"
24
7
}
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " http://json.schemastore.org/vs-2017.3 .host" ,
2
+ "$schema" : " http://json.schemastore.org/ide .host" ,
3
3
"order" : 500 ,
4
4
"icon" : " ide/gRPC.png" ,
5
5
"supportsDocker" : true ,
6
6
"symbolInfo" : [
7
7
{
8
8
"id" : " UseProgramMain" ,
9
- "isVisible" : true
9
+ "isVisible" : true ,
10
+ "persistenceScope" : " shared" ,
11
+ "persistenceScopeName" : " Microsoft"
10
12
}
11
13
]
12
14
}
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " http://json.schemastore.org/vs-2017.3 .host" ,
2
+ "$schema" : " http://json.schemastore.org/ide .host" ,
3
3
"order" : 700 ,
4
4
"icon" : " ide/RazorClassLibrary.ico" ,
5
5
"symbolInfo" : [
6
6
{
7
7
"id" : " SupportPagesAndViews" ,
8
- "isVisible" : " true"
8
+ "isVisible" : true ,
9
+ "persistenceScope" : " templateGroup"
9
10
}
10
11
]
11
12
}
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " http://json.schemastore.org/vs-2017.3 .host" ,
2
+ "$schema" : " http://json.schemastore.org/ide .host" ,
3
3
"order" : 400 ,
4
4
"icon" : " ide/WebApplication.png" ,
5
5
"supportsDocker" : true ,
6
- "supportedAuthentications" : [
7
- {
8
- "auth" : " None" ,
9
- "authenticationType" : " NoAuth" ,
10
- "allowUnsecured" : true
11
- },
12
- {
13
- "auth" : " Individual" ,
14
- "authenticationType" : " IndividualAuth" ,
15
- "b2cAuthenticationOptions" : " CloudExisting"
16
- },
17
- {
18
- "auth" : " Individual" ,
19
- "authenticationType" : " IndividualAuth" ,
20
- "b2cAuthenticationOptions" : " Local"
21
- },
22
- {
23
- "auth" : " SingleOrg" ,
24
- "authenticationType" : " OrgAuth" ,
25
- "orgAuthenticationOptions" : " SSO"
26
- },
27
- {
28
- "auth" : " MultiOrg" ,
29
- "authenticationType" : " OrgAuth" ,
30
- "orgAuthenticationOptions" : " MultiOrg"
31
- },
32
- {
33
- "auth" : " Windows" ,
34
- "authenticationType" : " WindowsAuth"
35
- }
36
- ],
37
- "ports" : [
38
- {
39
- "name" : " HttpPort" ,
40
- "useHttps" : false
41
- },
42
- {
43
- "name" : " HttpsPort" ,
44
- "useHttps" : true
45
- }
46
- ],
47
6
"symbolInfo" : [
48
7
{
49
8
"id" : " UseProgramMain" ,
50
- "isVisible" : true
9
+ "isVisible" : true ,
10
+ "persistenceScope" : " shared" ,
11
+ "persistenceScopeName" : " Microsoft"
51
12
}
52
13
],
53
14
"disableHttpsSymbol" : " NoHttps"
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " http://json.schemastore.org/vs-2017.3 .host" ,
2
+ "$schema" : " http://json.schemastore.org/ide .host" ,
3
3
"order" : 410 ,
4
4
"icon" : " ide/WebApplication.png" ,
5
5
"supportsDocker" : true ,
6
- "supportedAuthentications" : [
7
- {
8
- "auth" : " None" ,
9
- "authenticationType" : " NoAuth" ,
10
- "allowUnsecured" : true
11
- },
12
- {
13
- "auth" : " Individual" ,
14
- "authenticationType" : " IndividualAuth" ,
15
- "b2cAuthenticationOptions" : " CloudExisting"
16
- },
17
- {
18
- "auth" : " Individual" ,
19
- "authenticationType" : " IndividualAuth" ,
20
- "b2cAuthenticationOptions" : " Local"
21
- },
22
- {
23
- "auth" : " SingleOrg" ,
24
- "authenticationType" : " OrgAuth" ,
25
- "orgAuthenticationOptions" : " SSO"
26
- },
27
- {
28
- "auth" : " MultiOrg" ,
29
- "authenticationType" : " OrgAuth" ,
30
- "orgAuthenticationOptions" : " MultiOrg"
31
- },
32
- {
33
- "auth" : " Windows" ,
34
- "authenticationType" : " WindowsAuth"
35
- }
36
- ],
37
- "ports" : [
38
- {
39
- "name" : " HttpPort" ,
40
- "useHttps" : false
41
- },
42
- {
43
- "name" : " HttpsPort" ,
44
- "useHttps" : true
45
- }
46
- ],
47
6
"symbolInfo" : [
48
7
{
49
8
"id" : " UseProgramMain" ,
50
- "isVisible" : true
9
+ "isVisible" : true ,
10
+ "persistenceScope" : " shared" ,
11
+ "persistenceScopeName" : " Microsoft"
51
12
}
52
13
],
53
14
"disableHttpsSymbol" : " NoHttps"
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " http://json.schemastore.org/vs-2017.3 .host" ,
2
+ "$schema" : " http://json.schemastore.org/ide .host" ,
3
3
"order" : 200 ,
4
4
"icon" : " ide/WebAPI.png" ,
5
5
"supportsDocker" : true ,
6
- "supportedAuthentications" : [
7
- {
8
- "auth" : " None" ,
9
- "authenticationType" : " NoAuth" ,
10
- "allowUnsecured" : true
11
- },
12
- {
13
- "auth" : " Individual" ,
14
- "authenticationType" : " IndividualAuth" ,
15
- "b2cAuthenticationOptions" : " CloudExisting"
16
- },
17
- {
18
- "auth" : " SingleOrg" ,
19
- "authenticationType" : " OrgAuth" ,
20
- "orgAuthenticationOptions" : " SSO"
21
- },
22
- {
23
- "auth" : " Windows" ,
24
- "authenticationType" : " WindowsAuth"
25
- }
26
- ],
27
- "ports" : [
28
- {
29
- "name" : " HttpPort" ,
30
- "useHttps" : false
31
- },
32
- {
33
- "name" : " HttpsPort" ,
34
- "useHttps" : true
35
- }
36
- ],
37
6
"symbolInfo" : [
38
7
{
39
8
"id" : " DisableOpenAPI" ,
47
16
},
48
17
"invertBoolean" : true ,
49
18
"isVisible" : true ,
50
- "defaultValue" : true
19
+ "defaultValue" : " true" ,
20
+ "persistenceScope" : " templateGroup"
51
21
},
52
22
{
53
23
"id" : " UseMinimalAPIs" ,
57
27
},
58
28
"invertBoolean" : true ,
59
29
"isVisible" : true ,
60
- "defaultValue" : true
30
+ "defaultValue" : " true" ,
31
+ "persistenceScope" : " templateGroup"
61
32
},
62
33
{
63
34
"id" : " UseProgramMain" ,
64
- "isVisible" : true
35
+ "isVisible" : true ,
36
+ "persistenceScope" : " shared" ,
37
+ "persistenceScopeName" : " Microsoft"
65
38
}
66
39
],
67
40
"disableHttpsSymbol" : " NoHttps"
You can’t perform that action at this time.
0 commit comments