Skip to content

Commit de4d625

Browse files
Use *.dev.localhost instead of *.localhost for dev-cert & templates (#62668)
* Use *.dev.localhost instead of *.localhost for dev-cert & templates * Update CertificateManager.cs
1 parent 57641e8 commit de4d625

35 files changed

+70
-70
lines changed

src/OpenApi/sample/Properties/launchSettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"commandName": "Project",
1414
"dotnetRunMessages": true,
1515
"launchBrowser": true,
16-
"applicationUrl": "http://sample.localhost:5051",
16+
"applicationUrl": "http://sample.dev.localhost:5051",
1717
"environmentVariables": {
1818
"ASPNETCORE_ENVIRONMENT": "Development"
1919
}
@@ -22,7 +22,7 @@
2222
"commandName": "Project",
2323
"dotnetRunMessages": true,
2424
"launchBrowser": true,
25-
"applicationUrl": "https://sample.localhost:7174;http://sample.localhost:5051",
25+
"applicationUrl": "https://sample.dev.localhost:7174;http://sample.dev.localhost:5051",
2626
"environmentVariables": {
2727
"ASPNETCORE_ENVIRONMENT": "Development"
2828
}

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/.template.config/localize/templatestrings.cs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"symbols/NoHttps/description": "Určuje, jestli se má vypnout protokol HTTPS. Tato možnost platí jenom v případě, že se pro --auth nepoužívá jednotlivec.",
4040
"symbols/UseProgramMain/displayName": "Nepoužívat _příkazy nejvyšší úrovně",
4141
"symbols/UseProgramMain/description": "Určuje, jestli se má místo příkazů nejvyšší úrovně generovat explicitní třída Program a metoda Main.",
42-
"symbols/LocalhostTld/displayName": "Use the .localhost TLD in the aplication URL",
43-
"symbols/LocalhostTld/description": "Whether to combine the project name with the .localhost TLD in the application URL for local development, e.g. https://myapp.localhost:12345.",
42+
"symbols/LocalhostTld/displayName": "Use the .dev.localhost TLD in the aplication URL",
43+
"symbols/LocalhostTld/description": "Whether to combine the project name with the .dev.localhost TLD in the application URL for local development, e.g. https://myapp.dev.localhost:12345.",
4444
"postActions/restore/description": "Obnoví balíčky NuGet vyžadované tímto projektem.",
4545
"postActions/restore/manualInstructions/default/text": "Spustit dotnet restore"
4646
}

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/.template.config/localize/templatestrings.de.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"symbols/NoHttps/description": "Ob HTTPS deaktiviert werden soll. Diese Option gilt nur, wenn \"Individual\" nicht für \"--auth\" verwendet wird.",
4040
"symbols/UseProgramMain/displayName": "Keine Anweisungen_der obersten Ebene verwenden",
4141
"symbols/UseProgramMain/description": "Gibt an, ob anstelle von Anweisungen der obersten Ebene eine explizite Programmklasse und eine Main-Methode generiert werden soll.",
42-
"symbols/LocalhostTld/displayName": "Use the .localhost TLD in the aplication URL",
43-
"symbols/LocalhostTld/description": "Whether to combine the project name with the .localhost TLD in the application URL for local development, e.g. https://myapp.localhost:12345.",
42+
"symbols/LocalhostTld/displayName": "Use the .dev.localhost TLD in the aplication URL",
43+
"symbols/LocalhostTld/description": "Whether to combine the project name with the .dev.localhost TLD in the application URL for local development, e.g. https://myapp.dev.localhost:12345.",
4444
"postActions/restore/description": "„NuGet-Pakete“ wiederherstellen, die für dieses Projekt erforderlich sind.",
4545
"postActions/restore/manualInstructions/default/text": "„dotnet restore“ ausführen"
4646
}

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/.template.config/localize/templatestrings.en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"symbols/NoHttps/description": "Whether to turn off HTTPS. This option only applies if Individual isn't used for --auth.",
4040
"symbols/UseProgramMain/displayName": "Do not use _top-level statements",
4141
"symbols/UseProgramMain/description": "Whether to generate an explicit Program class and Main method instead of top-level statements.",
42-
"symbols/LocalhostTld/displayName": "Use the .localhost TLD in the aplication URL",
43-
"symbols/LocalhostTld/description": "Whether to combine the project name with the .localhost TLD in the application URL for local development, e.g. https://myapp.localhost:12345.",
42+
"symbols/LocalhostTld/displayName": "Use the .dev.localhost TLD in the aplication URL",
43+
"symbols/LocalhostTld/description": "Whether to combine the project name with the .dev.localhost TLD in the application URL for local development, e.g. https://myapp.dev.localhost:12345.",
4444
"postActions/restore/description": "Restore NuGet packages required by this project.",
4545
"postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'"
4646
}

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/.template.config/localize/templatestrings.es.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"symbols/NoHttps/description": "Si se va a desactivar HTTPS. Esta opción solo se aplica si individual no se usa para --auth.",
4040
"symbols/UseProgramMain/displayName": "No usar instrucciones de _nivel superior",
4141
"symbols/UseProgramMain/description": "Indica si se debe generar una clase Program explícita y un método Main en lugar de instrucciones de nivel superior.",
42-
"symbols/LocalhostTld/displayName": "Use the .localhost TLD in the aplication URL",
43-
"symbols/LocalhostTld/description": "Whether to combine the project name with the .localhost TLD in the application URL for local development, e.g. https://myapp.localhost:12345.",
42+
"symbols/LocalhostTld/displayName": "Use the .dev.localhost TLD in the aplication URL",
43+
"symbols/LocalhostTld/description": "Whether to combine the project name with the .dev.localhost TLD in the application URL for local development, e.g. https://myapp.dev.localhost:12345.",
4444
"postActions/restore/description": "Restaure los paquetes NuGet necesarios para este proyecto.",
4545
"postActions/restore/manualInstructions/default/text": "Ejecutar \"dotnet restore\""
4646
}

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/.template.config/localize/templatestrings.fr.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"symbols/NoHttps/description": "Indique s’il faut désactiver HTTPS. Cette option s’applique uniquement si Individual n’est pas utilisé pour --auth.",
4040
"symbols/UseProgramMain/displayName": "N’utilisez pas _d’instructions de niveau supérieur.",
4141
"symbols/UseProgramMain/description": "Indique s’il faut générer une classe Programme explicite et une méthode Main au lieu d’instructions de niveau supérieur.",
42-
"symbols/LocalhostTld/displayName": "Use the .localhost TLD in the aplication URL",
43-
"symbols/LocalhostTld/description": "Whether to combine the project name with the .localhost TLD in the application URL for local development, e.g. https://myapp.localhost:12345.",
42+
"symbols/LocalhostTld/displayName": "Use the .dev.localhost TLD in the aplication URL",
43+
"symbols/LocalhostTld/description": "Whether to combine the project name with the .dev.localhost TLD in the application URL for local development, e.g. https://myapp.dev.localhost:12345.",
4444
"postActions/restore/description": "Restaurez les packages NuGet requis par ce projet.",
4545
"postActions/restore/manualInstructions/default/text": "Exécuter « dotnet restore »"
4646
}

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/.template.config/localize/templatestrings.it.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"symbols/NoHttps/description": "Indica se disattivare HTTPS. Questa opzione si applica solo se Individual non viene usata per --auth.",
4040
"symbols/UseProgramMain/displayName": "Non usare_istruzioni di primo livello",
4141
"symbols/UseProgramMain/description": "Indica se generare una classe Program esplicita e un metodo Main anziché istruzioni di primo livello.",
42-
"symbols/LocalhostTld/displayName": "Use the .localhost TLD in the aplication URL",
43-
"symbols/LocalhostTld/description": "Whether to combine the project name with the .localhost TLD in the application URL for local development, e.g. https://myapp.localhost:12345.",
42+
"symbols/LocalhostTld/displayName": "Use the .dev.localhost TLD in the aplication URL",
43+
"symbols/LocalhostTld/description": "Whether to combine the project name with the .dev.localhost TLD in the application URL for local development, e.g. https://myapp.dev.localhost:12345.",
4444
"postActions/restore/description": "Ripristina i pacchetti NuGet richiesti da questo progetto.",
4545
"postActions/restore/manualInstructions/default/text": "Esegui 'dotnet restore'"
4646
}

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/.template.config/localize/templatestrings.ja.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"symbols/NoHttps/description": "HTTPS をオフにするかどうか。このオプションは、Individual が --auth に使用されていない場合にのみ適用されます。",
4040
"symbols/UseProgramMain/displayName": "最上位レベルのステートメントを使用しない(_T)",
4141
"symbols/UseProgramMain/description": "最上位レベルのステートメントではなく、明示的な Program クラスと Main メソッドを生成するかどうか。",
42-
"symbols/LocalhostTld/displayName": "Use the .localhost TLD in the aplication URL",
43-
"symbols/LocalhostTld/description": "Whether to combine the project name with the .localhost TLD in the application URL for local development, e.g. https://myapp.localhost:12345.",
42+
"symbols/LocalhostTld/displayName": "Use the .dev.localhost TLD in the aplication URL",
43+
"symbols/LocalhostTld/description": "Whether to combine the project name with the .dev.localhost TLD in the application URL for local development, e.g. https://myapp.dev.localhost:12345.",
4444
"postActions/restore/description": "このプロジェクトに必要な NuGet パッケージを復元します。",
4545
"postActions/restore/manualInstructions/default/text": "'dotnet restore' を実行する"
4646
}

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/.template.config/localize/templatestrings.ko.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"symbols/NoHttps/description": "HTTPS를 끌지 여부입니다. 이 옵션은 개별 항목이 --auth에 사용되지 않는 경우에만 적용됩니다.",
4040
"symbols/UseProgramMain/displayName": "최상위 문 사용 안 함(_T)",
4141
"symbols/UseProgramMain/description": "최상위 문 대신 명시적 Program 클래스 및 Main 메서드를 생성할지 여부입니다.",
42-
"symbols/LocalhostTld/displayName": "Use the .localhost TLD in the aplication URL",
43-
"symbols/LocalhostTld/description": "Whether to combine the project name with the .localhost TLD in the application URL for local development, e.g. https://myapp.localhost:12345.",
42+
"symbols/LocalhostTld/displayName": "Use the .dev.localhost TLD in the aplication URL",
43+
"symbols/LocalhostTld/description": "Whether to combine the project name with the .dev.localhost TLD in the application URL for local development, e.g. https://myapp.dev.localhost:12345.",
4444
"postActions/restore/description": "이 프로젝트에 필요한 NuGet 패키지를 복원합니다.",
4545
"postActions/restore/manualInstructions/default/text": "'dotnet restore' 실행"
4646
}

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/.template.config/localize/templatestrings.pl.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"symbols/NoHttps/description": "Określa, czy wyłączyć protokół HTTPS. Ta opcja ma zastosowanie tylko wtedy, gdy opcja Individual nie została użyta dla opcji --auth.",
4040
"symbols/UseProgramMain/displayName": "Nie używaj ins_trukcji najwyższego poziomu",
4141
"symbols/UseProgramMain/description": "Określa, czy wygenerować jawną klasę Program i metodę Main zamiast instrukcji najwyższego poziomu.",
42-
"symbols/LocalhostTld/displayName": "Use the .localhost TLD in the aplication URL",
43-
"symbols/LocalhostTld/description": "Whether to combine the project name with the .localhost TLD in the application URL for local development, e.g. https://myapp.localhost:12345.",
42+
"symbols/LocalhostTld/displayName": "Use the .dev.localhost TLD in the aplication URL",
43+
"symbols/LocalhostTld/description": "Whether to combine the project name with the .dev.localhost TLD in the application URL for local development, e.g. https://myapp.dev.localhost:12345.",
4444
"postActions/restore/description": "Przywróć pakiety NuGet wymagane przez ten projekt.",
4545
"postActions/restore/manualInstructions/default/text": "Uruchom polecenie \"dotnet restore\""
4646
}

0 commit comments

Comments
 (0)