Skip to content

Commit a8be497

Browse files
CopilotYoussef1313
andauthored
Add --test-runner option to global.json template (#50757)
Co-authored-by: Youssef1313 <[email protected]>
1 parent eacb57b commit a8be497

File tree

28 files changed

+167
-4
lines changed

28 files changed

+167
-4
lines changed

template_feed/Microsoft.DotNet.Common.ItemTemplates/content/GlobalJson/.template.config/dotnetcli.host.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
"longName": "roll-forward",
1010
"shortName": ""
1111
},
12+
"TestRunner": {
13+
"longName": "test-runner",
14+
"shortName": ""
15+
},
1216
"dotnet-cli-version": {
1317
"isHidden": "true"
1418
}

template_feed/Microsoft.DotNet.Common.ItemTemplates/content/GlobalJson/.template.config/localize/templatestrings.cs.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,11 @@
2525
"symbols/RollForward/choices/latestMajor/displayName": "Nejnovější hlavní verze",
2626
"symbols/RollForward/choices/disable/description": "Nedá se posunout vpřed. Vyžaduje se přesná shoda.",
2727
"symbols/RollForward/choices/disable/displayName": "Zakázat posunutí vpřed",
28+
"symbols/TestRunner/description": "The test runner to use.",
29+
"symbols/TestRunner/displayName": "Test runner",
30+
"symbols/TestRunner/choices/VSTest/description": "Use VSTest as test runner",
31+
"symbols/TestRunner/choices/VSTest/displayName": "VSTest",
32+
"symbols/TestRunner/choices/Microsoft.Testing.Platform/description": "Use Microsoft.Testing.Platform as test runner",
33+
"symbols/TestRunner/choices/Microsoft.Testing.Platform/displayName": "Microsoft.Testing.Platform",
2834
"postActions/open-file/description": "Otevře global.json v editoru."
2935
}

template_feed/Microsoft.DotNet.Common.ItemTemplates/content/GlobalJson/.template.config/localize/templatestrings.de.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,11 @@
2525
"symbols/RollForward/choices/latestMajor/displayName": "Neueste Haupt-",
2626
"symbols/RollForward/choices/disable/description": "Kein Rollforward. Exakte Übereinstimmung erforderlich.",
2727
"symbols/RollForward/choices/disable/displayName": "Rollforward deaktivieren",
28+
"symbols/TestRunner/description": "The test runner to use.",
29+
"symbols/TestRunner/displayName": "Test runner",
30+
"symbols/TestRunner/choices/VSTest/description": "Use VSTest as test runner",
31+
"symbols/TestRunner/choices/VSTest/displayName": "VSTest",
32+
"symbols/TestRunner/choices/Microsoft.Testing.Platform/description": "Use Microsoft.Testing.Platform as test runner",
33+
"symbols/TestRunner/choices/Microsoft.Testing.Platform/displayName": "Microsoft.Testing.Platform",
2834
"postActions/open-file/description": "Öffnet „global.json“ im Editor."
2935
}

template_feed/Microsoft.DotNet.Common.ItemTemplates/content/GlobalJson/.template.config/localize/templatestrings.en.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,11 @@
2525
"symbols/RollForward/choices/latestMajor/displayName": "Latest major",
2626
"symbols/RollForward/choices/disable/description": "Doesn't roll forward. Exact match required.",
2727
"symbols/RollForward/choices/disable/displayName": "Disable roll-forward",
28+
"symbols/TestRunner/description": "The test runner to use.",
29+
"symbols/TestRunner/displayName": "Test runner",
30+
"symbols/TestRunner/choices/VSTest/description": "Use VSTest as test runner",
31+
"symbols/TestRunner/choices/VSTest/displayName": "VSTest",
32+
"symbols/TestRunner/choices/Microsoft.Testing.Platform/description": "Use Microsoft.Testing.Platform as test runner",
33+
"symbols/TestRunner/choices/Microsoft.Testing.Platform/displayName": "Microsoft.Testing.Platform",
2834
"postActions/open-file/description": "Opens global.json in the editor"
2935
}

template_feed/Microsoft.DotNet.Common.ItemTemplates/content/GlobalJson/.template.config/localize/templatestrings.es.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,11 @@
2525
"symbols/RollForward/choices/latestMajor/displayName": "Última versión principal",
2626
"symbols/RollForward/choices/disable/description": "No se hace un reenvío. Se requiere una coincidencia exacta.",
2727
"symbols/RollForward/choices/disable/displayName": "Deshabilitar el reenvío",
28+
"symbols/TestRunner/description": "The test runner to use.",
29+
"symbols/TestRunner/displayName": "Test runner",
30+
"symbols/TestRunner/choices/VSTest/description": "Use VSTest as test runner",
31+
"symbols/TestRunner/choices/VSTest/displayName": "VSTest",
32+
"symbols/TestRunner/choices/Microsoft.Testing.Platform/description": "Use Microsoft.Testing.Platform as test runner",
33+
"symbols/TestRunner/choices/Microsoft.Testing.Platform/displayName": "Microsoft.Testing.Platform",
2834
"postActions/open-file/description": "Abre global.json el editor"
2935
}

template_feed/Microsoft.DotNet.Common.ItemTemplates/content/GlobalJson/.template.config/localize/templatestrings.fr.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,11 @@
2525
"symbols/RollForward/choices/latestMajor/displayName": "Dernière version majeure",
2626
"symbols/RollForward/choices/disable/description": "Ne pas restaurer par progression vers l’avant. Correspondance exacte requise.",
2727
"symbols/RollForward/choices/disable/displayName": "Désactiver la restauration par progression",
28+
"symbols/TestRunner/description": "The test runner to use.",
29+
"symbols/TestRunner/displayName": "Test runner",
30+
"symbols/TestRunner/choices/VSTest/description": "Use VSTest as test runner",
31+
"symbols/TestRunner/choices/VSTest/displayName": "VSTest",
32+
"symbols/TestRunner/choices/Microsoft.Testing.Platform/description": "Use Microsoft.Testing.Platform as test runner",
33+
"symbols/TestRunner/choices/Microsoft.Testing.Platform/displayName": "Microsoft.Testing.Platform",
2834
"postActions/open-file/description": "Ouvre global.json dans l’éditeur"
2935
}

template_feed/Microsoft.DotNet.Common.ItemTemplates/content/GlobalJson/.template.config/localize/templatestrings.it.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,11 @@
2525
"symbols/RollForward/choices/latestMajor/displayName": "Valore principale più recente",
2626
"symbols/RollForward/choices/disable/description": "Non esegue il roll-forward. Corrispondenza esatta richiesta.",
2727
"symbols/RollForward/choices/disable/displayName": "Disabilita roll-forward",
28+
"symbols/TestRunner/description": "The test runner to use.",
29+
"symbols/TestRunner/displayName": "Test runner",
30+
"symbols/TestRunner/choices/VSTest/description": "Use VSTest as test runner",
31+
"symbols/TestRunner/choices/VSTest/displayName": "VSTest",
32+
"symbols/TestRunner/choices/Microsoft.Testing.Platform/description": "Use Microsoft.Testing.Platform as test runner",
33+
"symbols/TestRunner/choices/Microsoft.Testing.Platform/displayName": "Microsoft.Testing.Platform",
2834
"postActions/open-file/description": "Apre global.json nell'editor"
2935
}

template_feed/Microsoft.DotNet.Common.ItemTemplates/content/GlobalJson/.template.config/localize/templatestrings.ja.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,11 @@
2525
"symbols/RollForward/choices/latestMajor/displayName": "最新のメジャー",
2626
"symbols/RollForward/choices/disable/description": "ロールフォワードしません。完全に一致する必要があります。",
2727
"symbols/RollForward/choices/disable/displayName": "ロールフォワードの無効化",
28+
"symbols/TestRunner/description": "The test runner to use.",
29+
"symbols/TestRunner/displayName": "Test runner",
30+
"symbols/TestRunner/choices/VSTest/description": "Use VSTest as test runner",
31+
"symbols/TestRunner/choices/VSTest/displayName": "VSTest",
32+
"symbols/TestRunner/choices/Microsoft.Testing.Platform/description": "Use Microsoft.Testing.Platform as test runner",
33+
"symbols/TestRunner/choices/Microsoft.Testing.Platform/displayName": "Microsoft.Testing.Platform",
2834
"postActions/open-file/description": "エディターで global.json を開く"
2935
}

template_feed/Microsoft.DotNet.Common.ItemTemplates/content/GlobalJson/.template.config/localize/templatestrings.ko.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,11 @@
2525
"symbols/RollForward/choices/latestMajor/displayName": "최신 주",
2626
"symbols/RollForward/choices/disable/description": "롤포워드하지 않습니다. 정확히 일치해야 합니다.",
2727
"symbols/RollForward/choices/disable/displayName": "롤포워드 비활성화",
28+
"symbols/TestRunner/description": "The test runner to use.",
29+
"symbols/TestRunner/displayName": "Test runner",
30+
"symbols/TestRunner/choices/VSTest/description": "Use VSTest as test runner",
31+
"symbols/TestRunner/choices/VSTest/displayName": "VSTest",
32+
"symbols/TestRunner/choices/Microsoft.Testing.Platform/description": "Use Microsoft.Testing.Platform as test runner",
33+
"symbols/TestRunner/choices/Microsoft.Testing.Platform/displayName": "Microsoft.Testing.Platform",
2834
"postActions/open-file/description": "편집기에서 global.json을 엽니다"
2935
}

template_feed/Microsoft.DotNet.Common.ItemTemplates/content/GlobalJson/.template.config/localize/templatestrings.pl.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,11 @@
2525
"symbols/RollForward/choices/latestMajor/displayName": "Najnowszy przedział główny",
2626
"symbols/RollForward/choices/disable/description": "Nie przechodzi. Wymagane jest dokładne dopasowanie.",
2727
"symbols/RollForward/choices/disable/displayName": "Wyłącz przechodzenie",
28+
"symbols/TestRunner/description": "The test runner to use.",
29+
"symbols/TestRunner/displayName": "Test runner",
30+
"symbols/TestRunner/choices/VSTest/description": "Use VSTest as test runner",
31+
"symbols/TestRunner/choices/VSTest/displayName": "VSTest",
32+
"symbols/TestRunner/choices/Microsoft.Testing.Platform/description": "Use Microsoft.Testing.Platform as test runner",
33+
"symbols/TestRunner/choices/Microsoft.Testing.Platform/displayName": "Microsoft.Testing.Platform",
2834
"postActions/open-file/description": "Otwiera plik global.json w edytorze"
2935
}

0 commit comments

Comments
 (0)