|
29 | 29 | "symbols/AspireVersionNet9/choices/9.1/description": "Wählt .NET Aspire 9.1",
|
30 | 30 | "symbols/UseRedisCache/displayName": "_Use Redis für die Zwischenspeicherung (erfordert eine unterstützte Container-Runtime)",
|
31 | 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/TestFramework/displayName": "„_test project“ erstellen", |
33 |
| - "symbols/TestFramework/description": "Konfiguriert, ob ein Projekt für Integrationstests mithilfe des AppHost-Projekts erstellt werden soll.", |
34 |
| - "symbols/TestFramework/choices/None/description": "Kein Testprojekt erstellen.", |
35 |
| - "symbols/TestFramework/choices/MSTest/description": "Erstellt ein MSTest-Testprojekt mithilfe des AppHost-Projekts.", |
36 |
| - "symbols/TestFramework/choices/NUnit/description": "Erstellt ein NUnit-Testprojekt mithilfe des AppHost-Projekts.", |
37 |
| - "symbols/TestFramework/choices/xUnit.net/description": "Erstellt ein xUnit-Testprojekt mithilfe des AppHost-Projekts.", |
| 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.", |
| 38 | + "symbols/XUnitVersion/description": "The version of xUnit to use.", |
| 39 | + "symbols/XUnitVersion/displayName": "xUnit version", |
| 40 | + "symbols/XUnitVersion/choices/v2/displayName": "v2", |
| 41 | + "symbols/XUnitVersion/choices/v2/description": "Chooses xUnit v2 with VSTest", |
| 42 | + "symbols/XUnitVersion/choices/v3/displayName": "v3", |
| 43 | + "symbols/XUnitVersion/choices/v3/description": "Chooses xUnit v3 with VSTest (Aspire version 9.2 and later only)", |
| 44 | + "symbols/XUnitVersion/choices/v3mtp/displayName": "v3 with MTP", |
| 45 | + "symbols/XUnitVersion/choices/v3mtp/description": "Chooses xUnit v3 with Microsoft Test Platform (Aspire version 9.2 and later only)", |
38 | 46 | "symbols/appHostHttpPort/description": "Portnummer, die für den HTTP-Endpunkt in launchSettings.json des AppHost-Projekts verwendet werden soll.",
|
39 | 47 | "symbols/appHostOtlpHttpPort/description": "Portnummer, die für den OTLP-HTTP-Endpunkt in launchSettings.json des AppHost-Projekts verwendet werden soll.",
|
40 | 48 | "symbols/appHostResourceHttpPort/description": "Portnummer, die für den HTTP-Endpunkt des Ressourcendiensts in launchSettings.json des AppHost-Projekts verwendet werden soll.",
|
|
0 commit comments