Skip to content

Commit c92810b

Browse files
committed
'rename'
1 parent 3e4751c commit c92810b

26 files changed

+187
-187
lines changed

src/Aspire.ProjectTemplates/templates/aspire-starter/.template.config/dotnetcli.host.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"longName": "use-redis-cache",
5858
"shortName": ""
5959
},
60-
"TestFramework": {
60+
"TestFx": {
6161
"longName": "test-framework",
6262
"shortName": "t"
6363
}

src/Aspire.ProjectTemplates/templates/aspire-starter/.template.config/ide.host.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"persistenceScope": "templateGroup"
3939
},
4040
{
41-
"id": "TestFramework",
41+
"id": "TestFx",
4242
"isVisible": true,
4343
"persistenceScope": "templateGroup"
4444
}

src/Aspire.ProjectTemplates/templates/aspire-starter/.template.config/localize/templatestrings.cs.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@
2727
"symbols/AspireVersionNet9/choices/9.2/description": "Chooses .NET Aspire 9.2",
2828
"symbols/AspireVersionNet9/choices/9.1/displayName": "9.1",
2929
"symbols/AspireVersionNet9/choices/9.1/description": "Zvolí .NET Aspire 9.1",
30+
"symbols/UseRedisCache/displayName": "Po_užít Redis pro ukládání do mezipaměti (vyžaduje Docker)",
31+
"symbols/UseRedisCache/description": "Nakonfiguruje, jestli se má aplikace nastavit tak, aby pro ukládání do mezipaměti používala Redis. K místnímu spouštění se vyžaduje podporovaný modul runtime kontejneru. Další podrobnosti najdete na https://aka.ms/dotnet/aspire/containers.",
32+
"symbols/TestFx/displayName": "Create a _test project",
33+
"symbols/TestFx/description": "Configures whether to create a project for integration tests using the AppHost project.",
34+
"symbols/TestFx/choices/None/description": "Do not create a test project.",
35+
"symbols/TestFx/choices/MSTest/description": "Creates an MSTest test project using the AppHost project.",
36+
"symbols/TestFx/choices/NUnit/description": "Creates an NUnit test project using the AppHost project.",
37+
"symbols/TestFx/choices/xUnit.net/description": "Creates an xUnit.net test project using the AppHost project.",
3038
"symbols/XUnitVersion/description": "The version of xUnit to use.",
3139
"symbols/XUnitVersion/displayName": "xUnit version",
3240
"symbols/XUnitVersion/choices/v2/displayName": "v2",
@@ -35,14 +43,6 @@
3543
"symbols/XUnitVersion/choices/v3/description": "Chooses xUnit v3 with VSTest (Aspire version 9.2 and later only)",
3644
"symbols/XUnitVersion/choices/v3mtp/displayName": "v3 with MTP",
3745
"symbols/XUnitVersion/choices/v3mtp/description": "Chooses xUnit v3 with Microsoft Test Platform (Aspire version 9.2 and later only)",
38-
"symbols/UseRedisCache/displayName": "Po_užít Redis pro ukládání do mezipaměti (vyžaduje Docker)",
39-
"symbols/UseRedisCache/description": "Nakonfiguruje, jestli se má aplikace nastavit tak, aby pro ukládání do mezipaměti používala Redis. K místnímu spouštění se vyžaduje podporovaný modul runtime kontejneru. Další podrobnosti najdete na https://aka.ms/dotnet/aspire/containers.",
40-
"symbols/TestFramework/displayName": "Vytvoření projektu _test",
41-
"symbols/TestFramework/description": "Konfiguruje, jestli se má vytvořit projekt pro testy integrace pomocí projektu AppHost.",
42-
"symbols/TestFramework/choices/None/description": "Nevytvoří projekt testů.",
43-
"symbols/TestFramework/choices/MSTest/description": "Vytvoří projekt testů MSTest pomocí projektu AppHost.",
44-
"symbols/TestFramework/choices/NUnit/description": "Vytvoří projekt testů NUnit pomocí projektu AppHost.",
45-
"symbols/TestFramework/choices/xUnit.net/description": "Vytvoří projekt testů xUnit.net pomocí projektu AppHost.",
4646
"symbols/appHostHttpPort/description": "Číslo portu, který se má použít pro koncový bod HTTP v launchSettings.json projektu AppHost.",
4747
"symbols/appHostOtlpHttpPort/description": "Číslo portu, který se má použít pro koncový bod HTTP OTLP v launchSettings.json projektu AppHost.",
4848
"symbols/appHostResourceHttpPort/description": "Číslo portu, který se má použít pro koncový bod HTTP služby prostředků v launchSettings.json projektu AppHost.",

src/Aspire.ProjectTemplates/templates/aspire-starter/.template.config/localize/templatestrings.de.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@
2727
"symbols/AspireVersionNet9/choices/9.2/description": "Chooses .NET Aspire 9.2",
2828
"symbols/AspireVersionNet9/choices/9.1/displayName": "9.1",
2929
"symbols/AspireVersionNet9/choices/9.1/description": "Wählt .NET Aspire 9.1",
30+
"symbols/UseRedisCache/displayName": "_Use Redis für die Zwischenspeicherung (erfordert eine unterstützte Container-Runtime)",
31+
"symbols/UseRedisCache/description": "Konfiguriert, ob die Anwendung für die Verwendung von Redis für die Zwischenspeicherung eingerichtet werden soll. Erfordert eine unterstützte Containerruntime für die lokale Ausführung. Weitere Informationen finden Sie unter https://aka.ms/dotnet/aspire/containers.",
32+
"symbols/TestFx/displayName": "Create a _test project",
33+
"symbols/TestFx/description": "Configures whether to create a project for integration tests using the AppHost project.",
34+
"symbols/TestFx/choices/None/description": "Do not create a test project.",
35+
"symbols/TestFx/choices/MSTest/description": "Creates an MSTest test project using the AppHost project.",
36+
"symbols/TestFx/choices/NUnit/description": "Creates an NUnit test project using the AppHost project.",
37+
"symbols/TestFx/choices/xUnit.net/description": "Creates an xUnit.net test project using the AppHost project.",
3038
"symbols/XUnitVersion/description": "The version of xUnit to use.",
3139
"symbols/XUnitVersion/displayName": "xUnit version",
3240
"symbols/XUnitVersion/choices/v2/displayName": "v2",
@@ -35,14 +43,6 @@
3543
"symbols/XUnitVersion/choices/v3/description": "Chooses xUnit v3 with VSTest (Aspire version 9.2 and later only)",
3644
"symbols/XUnitVersion/choices/v3mtp/displayName": "v3 with MTP",
3745
"symbols/XUnitVersion/choices/v3mtp/description": "Chooses xUnit v3 with Microsoft Test Platform (Aspire version 9.2 and later only)",
38-
"symbols/UseRedisCache/displayName": "_Use Redis für die Zwischenspeicherung (erfordert eine unterstützte Container-Runtime)",
39-
"symbols/UseRedisCache/description": "Konfiguriert, ob die Anwendung für die Verwendung von Redis für die Zwischenspeicherung eingerichtet werden soll. Erfordert eine unterstützte Containerruntime für die lokale Ausführung. Weitere Informationen finden Sie unter https://aka.ms/dotnet/aspire/containers.",
40-
"symbols/TestFramework/displayName": "„_test project“ erstellen",
41-
"symbols/TestFramework/description": "Konfiguriert, ob ein Projekt für Integrationstests mithilfe des AppHost-Projekts erstellt werden soll.",
42-
"symbols/TestFramework/choices/None/description": "Kein Testprojekt erstellen.",
43-
"symbols/TestFramework/choices/MSTest/description": "Erstellt ein MSTest-Testprojekt mithilfe des AppHost-Projekts.",
44-
"symbols/TestFramework/choices/NUnit/description": "Erstellt ein NUnit-Testprojekt mithilfe des AppHost-Projekts.",
45-
"symbols/TestFramework/choices/xUnit.net/description": "Erstellt ein xUnit-Testprojekt mithilfe des AppHost-Projekts.",
4646
"symbols/appHostHttpPort/description": "Portnummer, die für den HTTP-Endpunkt in launchSettings.json des AppHost-Projekts verwendet werden soll.",
4747
"symbols/appHostOtlpHttpPort/description": "Portnummer, die für den OTLP-HTTP-Endpunkt in launchSettings.json des AppHost-Projekts verwendet werden soll.",
4848
"symbols/appHostResourceHttpPort/description": "Portnummer, die für den HTTP-Endpunkt des Ressourcendiensts in launchSettings.json des AppHost-Projekts verwendet werden soll.",

src/Aspire.ProjectTemplates/templates/aspire-starter/.template.config/localize/templatestrings.en.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
"symbols/AspireVersionNet9/choices/9.1/description": "Chooses .NET Aspire 9.1",
3030
"symbols/UseRedisCache/displayName": "_Use Redis for caching (requires a supported container runtime)",
3131
"symbols/UseRedisCache/description": "Configures whether to setup the application to use Redis for caching. Requires a supported container runtime to run locally, see https://aka.ms/dotnet/aspire/containers for more details.",
32-
"symbols/TestFramework/displayName": "Create a _test project",
33-
"symbols/TestFramework/description": "Configures whether to create a project for integration tests using the AppHost project.",
34-
"symbols/TestFramework/choices/None/description": "Do not create a test project.",
35-
"symbols/TestFramework/choices/MSTest/description": "Creates an MSTest test project using the AppHost project.",
36-
"symbols/TestFramework/choices/NUnit/description": "Creates an NUnit test project using the AppHost project.",
37-
"symbols/TestFramework/choices/xUnit.net/description": "Creates an xUnit.net test project using the AppHost project.",
32+
"symbols/TestFx/displayName": "Create a _test project",
33+
"symbols/TestFx/description": "Configures whether to create a project for integration tests using the AppHost project.",
34+
"symbols/TestFx/choices/None/description": "Do not create a test project.",
35+
"symbols/TestFx/choices/MSTest/description": "Creates an MSTest test project using the AppHost project.",
36+
"symbols/TestFx/choices/NUnit/description": "Creates an NUnit test project using the AppHost project.",
37+
"symbols/TestFx/choices/xUnit.net/description": "Creates an xUnit.net test project using the AppHost project.",
3838
"symbols/XUnitVersion/description": "The version of xUnit.net to use.",
3939
"symbols/XUnitVersion/displayName": "xUnit.net version",
4040
"symbols/XUnitVersion/choices/v2/displayName": "v2",

src/Aspire.ProjectTemplates/templates/aspire-starter/.template.config/localize/templatestrings.es.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@
2727
"symbols/AspireVersionNet9/choices/9.2/description": "Chooses .NET Aspire 9.2",
2828
"symbols/AspireVersionNet9/choices/9.1/displayName": "9.1",
2929
"symbols/AspireVersionNet9/choices/9.1/description": "Elige .NET Aspire 9.1",
30+
"symbols/UseRedisCache/displayName": "_Use Redis para el almacenamiento en caché (requiere un runtime de contenedor compatible)",
31+
"symbols/UseRedisCache/description": "Configura si se va a configurar la aplicación para que use Redis para el almacenamiento en caché. Requiere un contenedor de runtime compatible para ejecutarse localmente. Consulte https://aka.ms/dotnet/aspire/containers para obtener más detalles.",
32+
"symbols/TestFx/displayName": "Create a _test project",
33+
"symbols/TestFx/description": "Configures whether to create a project for integration tests using the AppHost project.",
34+
"symbols/TestFx/choices/None/description": "Do not create a test project.",
35+
"symbols/TestFx/choices/MSTest/description": "Creates an MSTest test project using the AppHost project.",
36+
"symbols/TestFx/choices/NUnit/description": "Creates an NUnit test project using the AppHost project.",
37+
"symbols/TestFx/choices/xUnit.net/description": "Creates an xUnit.net test project using the AppHost project.",
3038
"symbols/XUnitVersion/description": "The version of xUnit to use.",
3139
"symbols/XUnitVersion/displayName": "xUnit version",
3240
"symbols/XUnitVersion/choices/v2/displayName": "v2",
@@ -35,14 +43,6 @@
3543
"symbols/XUnitVersion/choices/v3/description": "Chooses xUnit v3 with VSTest (Aspire version 9.2 and later only)",
3644
"symbols/XUnitVersion/choices/v3mtp/displayName": "v3 with MTP",
3745
"symbols/XUnitVersion/choices/v3mtp/description": "Chooses xUnit v3 with Microsoft Test Platform (Aspire version 9.2 and later only)",
38-
"symbols/UseRedisCache/displayName": "_Use Redis para el almacenamiento en caché (requiere un runtime de contenedor compatible)",
39-
"symbols/UseRedisCache/description": "Configura si se va a configurar la aplicación para que use Redis para el almacenamiento en caché. Requiere un contenedor de runtime compatible para ejecutarse localmente. Consulte https://aka.ms/dotnet/aspire/containers para obtener más detalles.",
40-
"symbols/TestFramework/displayName": "Crear un proyecto de _prueba.",
41-
"symbols/TestFramework/description": "Configura si se va a crear un proyecto para las pruebas de integración mediante el proyecto AppHost.",
42-
"symbols/TestFramework/choices/None/description": "No crea un proyecto de prueba.",
43-
"symbols/TestFramework/choices/MSTest/description": "Crea un proyecto de prueba de MSTest mediante el proyecto de AppHost.",
44-
"symbols/TestFramework/choices/NUnit/description": "Crea un proyecto de prueba de NUnit mediante el proyecto de AppHost.",
45-
"symbols/TestFramework/choices/xUnit.net/description": "Crea un proyecto de prueba de xUnit.net mediante el proyecto de AppHost.",
4646
"symbols/appHostHttpPort/description": "Número de puerto que se va a usar para el punto de conexión HTTP en launchSettings.json del proyecto AppHost.",
4747
"symbols/appHostOtlpHttpPort/description": "Número de puerto que se va a usar para el punto de conexión HTTP de OTLP en launchSettings.json del proyecto AppHost.",
4848
"symbols/appHostResourceHttpPort/description": "Número de puerto que se va a usar para el punto de conexión HTTP del servicio de recursos en launchSettings.json del proyecto AppHost.",

src/Aspire.ProjectTemplates/templates/aspire-starter/.template.config/localize/templatestrings.fr.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@
2727
"symbols/AspireVersionNet9/choices/9.2/description": "Chooses .NET Aspire 9.2",
2828
"symbols/AspireVersionNet9/choices/9.1/displayName": "9.1",
2929
"symbols/AspireVersionNet9/choices/9.1/description": "Choisit .NET Aspire 9.1",
30+
"symbols/UseRedisCache/displayName": "_Use Redis pour la mise en cache (nécessite un runtime de conteneur pris en charge)",
31+
"symbols/UseRedisCache/description": "Permet la configuration s’il faut configurer l’application afin qu’elle utilise Redis pour la mise en cache. Nécessite un runtime du conteneur pris en charge pour fonctionner localement, voir https://aka.ms/dotnet/aspire/containers pour obtenir plus d’informations.",
32+
"symbols/TestFx/displayName": "Create a _test project",
33+
"symbols/TestFx/description": "Configures whether to create a project for integration tests using the AppHost project.",
34+
"symbols/TestFx/choices/None/description": "Do not create a test project.",
35+
"symbols/TestFx/choices/MSTest/description": "Creates an MSTest test project using the AppHost project.",
36+
"symbols/TestFx/choices/NUnit/description": "Creates an NUnit test project using the AppHost project.",
37+
"symbols/TestFx/choices/xUnit.net/description": "Creates an xUnit.net test project using the AppHost project.",
3038
"symbols/XUnitVersion/description": "The version of xUnit to use.",
3139
"symbols/XUnitVersion/displayName": "xUnit version",
3240
"symbols/XUnitVersion/choices/v2/displayName": "v2",
@@ -35,14 +43,6 @@
3543
"symbols/XUnitVersion/choices/v3/description": "Chooses xUnit v3 with VSTest (Aspire version 9.2 and later only)",
3644
"symbols/XUnitVersion/choices/v3mtp/displayName": "v3 with MTP",
3745
"symbols/XUnitVersion/choices/v3mtp/description": "Chooses xUnit v3 with Microsoft Test Platform (Aspire version 9.2 and later only)",
38-
"symbols/UseRedisCache/displayName": "_Use Redis pour la mise en cache (nécessite un runtime de conteneur pris en charge)",
39-
"symbols/UseRedisCache/description": "Permet la configuration s’il faut configurer l’application afin qu’elle utilise Redis pour la mise en cache. Nécessite un runtime du conteneur pris en charge pour fonctionner localement, voir https://aka.ms/dotnet/aspire/containers pour obtenir plus d’informations.",
40-
"symbols/TestFramework/displayName": "Créer un _projet de test",
41-
"symbols/TestFramework/description": "Configure s’il faut créer un projet pour les tests d’intégration à l’aide du projet AppHost.",
42-
"symbols/TestFramework/choices/None/description": "Ne créez aucun projet de test.",
43-
"symbols/TestFramework/choices/MSTest/description": "Permet de créer un projet de test MSTest en utilisant le projet AppHost.",
44-
"symbols/TestFramework/choices/NUnit/description": "Permet de créer un projet de test NUnit en utilisant le projet AppHost.",
45-
"symbols/TestFramework/choices/xUnit.net/description": "Permet de créer un projet de test xUnit.net en utilisant le projet AppHost.",
4646
"symbols/appHostHttpPort/description": "Numéro de port à utiliser pour le point de terminaison HTTP dans launchSettings.json du projet AppHost.",
4747
"symbols/appHostOtlpHttpPort/description": "Numéro de port à utiliser pour le point de terminaison HTTP OTLP dans launchSettings.json du projet AppHost.",
4848
"symbols/appHostResourceHttpPort/description": "Numéro de port à utiliser pour le point de terminaison HTTP du service de ressources dans launchSettings.json du projet AppHost.",

src/Aspire.ProjectTemplates/templates/aspire-starter/.template.config/localize/templatestrings.it.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@
2727
"symbols/AspireVersionNet9/choices/9.2/description": "Chooses .NET Aspire 9.2",
2828
"symbols/AspireVersionNet9/choices/9.1/displayName": "9.1",
2929
"symbols/AspireVersionNet9/choices/9.1/description": "Sceglie .NET Aspire 9.1",
30+
"symbols/UseRedisCache/displayName": "_Usare Redis per la memorizzazione nella cache (richiede un runtime del contenitore supportato)",
31+
"symbols/UseRedisCache/description": "Configura se impostare l'applicazione per l'utilizzo di Redis per la memorizzazione nella cache. Richiede l'esecuzione locale di un runtime del contenitore supportato. Per altri dettagli, vedere https://aka.ms/dotnet/aspire/containers.",
32+
"symbols/TestFx/displayName": "Create a _test project",
33+
"symbols/TestFx/description": "Configures whether to create a project for integration tests using the AppHost project.",
34+
"symbols/TestFx/choices/None/description": "Do not create a test project.",
35+
"symbols/TestFx/choices/MSTest/description": "Creates an MSTest test project using the AppHost project.",
36+
"symbols/TestFx/choices/NUnit/description": "Creates an NUnit test project using the AppHost project.",
37+
"symbols/TestFx/choices/xUnit.net/description": "Creates an xUnit.net test project using the AppHost project.",
3038
"symbols/XUnitVersion/description": "The version of xUnit to use.",
3139
"symbols/XUnitVersion/displayName": "xUnit version",
3240
"symbols/XUnitVersion/choices/v2/displayName": "v2",
@@ -35,14 +43,6 @@
3543
"symbols/XUnitVersion/choices/v3/description": "Chooses xUnit v3 with VSTest (Aspire version 9.2 and later only)",
3644
"symbols/XUnitVersion/choices/v3mtp/displayName": "v3 with MTP",
3745
"symbols/XUnitVersion/choices/v3mtp/description": "Chooses xUnit v3 with Microsoft Test Platform (Aspire version 9.2 and later only)",
38-
"symbols/UseRedisCache/displayName": "_Usare Redis per la memorizzazione nella cache (richiede un runtime del contenitore supportato)",
39-
"symbols/UseRedisCache/description": "Configura se impostare l'applicazione per l'utilizzo di Redis per la memorizzazione nella cache. Richiede l'esecuzione locale di un runtime del contenitore supportato. Per altri dettagli, vedere https://aka.ms/dotnet/aspire/containers.",
40-
"symbols/TestFramework/displayName": "Creare un _progetto di test",
41-
"symbols/TestFramework/description": "Configura se creare un progetto per i test di integrazione usando il progetto AppHost.",
42-
"symbols/TestFramework/choices/None/description": "Non creare un progetto di test.",
43-
"symbols/TestFramework/choices/MSTest/description": "Crea un progetto di test MSTest usando il progetto AppHost.",
44-
"symbols/TestFramework/choices/NUnit/description": "Crea un progetto di test NUnit usando il progetto AppHost.",
45-
"symbols/TestFramework/choices/xUnit.net/description": "Crea un progetto di test xUnit usando il progetto AppHost.",
4646
"symbols/appHostHttpPort/description": "Numero di porta da usare per l'endpoint HTTP in launchSettings.json. del progetto AppHost.",
4747
"symbols/appHostOtlpHttpPort/description": "Numero di porta da usare per l'endpoint OTLP HTTP in launchSettings.json. del progetto AppHost.",
4848
"symbols/appHostResourceHttpPort/description": "Numero di porta da usare per l'endpoint HTTP del servizio risorse in launchSettings.json del progetto AppHost.",

0 commit comments

Comments
 (0)