Browse Source
Merge pull request #20847 from wangj90/dev
change dotnetRunMessages to bool for launchSettings.json
pull/21067/head
maliming
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with
10 additions and
10 deletions
-
modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/Properties/launchSettings.json
-
templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server.Mongo/Properties/launchSettings.json
-
templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server/Properties/launchSettings.json
-
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server.Tiered/Properties/launchSettings.json
-
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server/Properties/launchSettings.json
-
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered/Properties/launchSettings.json
-
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp/Properties/launchSettings.json
-
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Blazor.Server.Host/Properties/launchSettings.json
-
test/AbpPerfTest/AbpPerfTest.WithAbp/Properties/launchSettings.json
-
test/AbpPerfTest/AbpPerfTest.WithoutAbp/Properties/launchSettings.json
|
|
|
@ -17,7 +17,7 @@ |
|
|
|
}, |
|
|
|
"Volo.Abp.SettingManagement.DemoApp": { |
|
|
|
"commandName": "Project", |
|
|
|
"dotnetRunMessages": "true", |
|
|
|
"dotnetRunMessages": true, |
|
|
|
"launchBrowser": true, |
|
|
|
"applicationUrl": "https://localhost:5001;http://localhost:5000", |
|
|
|
"environmentVariables": { |
|
|
|
|
|
|
|
@ -17,7 +17,7 @@ |
|
|
|
}, |
|
|
|
"MyCompanyName.MyProjectName.Blazor.Server": { |
|
|
|
"commandName": "Project", |
|
|
|
"dotnetRunMessages": "true", |
|
|
|
"dotnetRunMessages": true, |
|
|
|
"launchBrowser": true, |
|
|
|
"applicationUrl": "https://localhost:44300/", |
|
|
|
"environmentVariables": { |
|
|
|
|
|
|
|
@ -17,7 +17,7 @@ |
|
|
|
}, |
|
|
|
"MyCompanyName.MyProjectName.Blazor.Server": { |
|
|
|
"commandName": "Project", |
|
|
|
"dotnetRunMessages": "true", |
|
|
|
"dotnetRunMessages": true, |
|
|
|
"launchBrowser": true, |
|
|
|
"applicationUrl": "https://localhost:44300/", |
|
|
|
"environmentVariables": { |
|
|
|
|
|
|
|
@ -17,7 +17,7 @@ |
|
|
|
}, |
|
|
|
"MyCompanyName.MyProjectName.Blazor.Server.Tiered": { |
|
|
|
"commandName": "Project", |
|
|
|
"dotnetRunMessages": "true", |
|
|
|
"dotnetRunMessages": true, |
|
|
|
"launchBrowser": true, |
|
|
|
"applicationUrl": "https://localhost:44309/", |
|
|
|
"environmentVariables": { |
|
|
|
|
|
|
|
@ -17,7 +17,7 @@ |
|
|
|
}, |
|
|
|
"MyCompanyName.MyProjectName.Blazor.Server": { |
|
|
|
"commandName": "Project", |
|
|
|
"dotnetRunMessages": "true", |
|
|
|
"dotnetRunMessages": true, |
|
|
|
"launchBrowser": true, |
|
|
|
"applicationUrl": "https://localhost:44308/", |
|
|
|
"environmentVariables": { |
|
|
|
|
|
|
|
@ -17,7 +17,7 @@ |
|
|
|
}, |
|
|
|
"MyCompanyName.MyProjectName.Blazor.WebApp.Tiered": { |
|
|
|
"commandName": "Project", |
|
|
|
"dotnetRunMessages": "true", |
|
|
|
"dotnetRunMessages": true, |
|
|
|
"launchBrowser": true, |
|
|
|
"applicationUrl": "https://localhost:44309/", |
|
|
|
"environmentVariables": { |
|
|
|
|
|
|
|
@ -17,7 +17,7 @@ |
|
|
|
}, |
|
|
|
"MyCompanyName.MyProjectName.Blazor.WebApp": { |
|
|
|
"commandName": "Project", |
|
|
|
"dotnetRunMessages": "true", |
|
|
|
"dotnetRunMessages": true, |
|
|
|
"launchBrowser": true, |
|
|
|
"applicationUrl": "https://localhost:44308/", |
|
|
|
"environmentVariables": { |
|
|
|
|
|
|
|
@ -17,7 +17,7 @@ |
|
|
|
}, |
|
|
|
"MyCompanyName.MyProjectName.Blazor.Server.Host": { |
|
|
|
"commandName": "Project", |
|
|
|
"dotnetRunMessages": "true", |
|
|
|
"dotnetRunMessages": true, |
|
|
|
"launchBrowser": true, |
|
|
|
"applicationUrl": "https://localhost:44304/", |
|
|
|
"environmentVariables": { |
|
|
|
|
|
|
|
@ -17,7 +17,7 @@ |
|
|
|
}, |
|
|
|
"AbpPerfTest.WithAbp": { |
|
|
|
"commandName": "Project", |
|
|
|
"dotnetRunMessages": "true", |
|
|
|
"dotnetRunMessages": true, |
|
|
|
"launchBrowser": true, |
|
|
|
"applicationUrl": "https://localhost:5001;http://localhost:5000", |
|
|
|
"environmentVariables": { |
|
|
|
|
|
|
|
@ -17,7 +17,7 @@ |
|
|
|
}, |
|
|
|
"AbpPerfTest.WithoutAbp": { |
|
|
|
"commandName": "Project", |
|
|
|
"dotnetRunMessages": "true", |
|
|
|
"dotnetRunMessages": true, |
|
|
|
"launchBrowser": true, |
|
|
|
"applicationUrl": "https://localhost:5003;http://localhost:5002", |
|
|
|
"environmentVariables": { |
|
|
|
|