Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"symbols/TestRunner/choices/MSTest/description": "使用 MSTest 运行器(Microsoft.Testing.Platform)",
"symbols/TestRunner/choices/VSTest/description": "使用 VSTest 平台",
"symbols/CoverageTool/description": "要用于项目的覆盖率工具。",
"symbols/CoverageTool/displayName": "覆盖工具",
"symbols/CoverageTool/displayName": "覆盖率工具",
"symbols/CoverageTool/choices/Microsoft.CodeCoverage/description": "Microsoft 代码覆盖率",
"symbols/CoverageTool/choices/coverlet/description": "coverlet",
"symbols/ExtensionsProfile/description": "使用 MSTest 运行器时选择 SDK 扩展配置文件。有关详细信息,请访问 https://aka.ms/mstest/sdk/extensions-profile",
Expand All @@ -56,4 +56,4 @@
"postActions/restoreNugetPackages/description": "还原此项目所需的 NuGet 包。",
"postActions/restoreNugetPackages/manualInstructions/default/text": "运行 \"dotnet restore\"",
"postActions/openInEditor/description": "在编辑器中打开 Test1.cs"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"symbols/TestRunner/choices/MSTest/description": "使用 MSTest 运行器(Microsoft.Testing.Platform)",
"symbols/TestRunner/choices/VSTest/description": "使用 VSTest 平台",
"symbols/CoverageTool/description": "要用于项目的覆盖率工具。",
"symbols/CoverageTool/displayName": "覆盖工具",
"symbols/CoverageTool/displayName": "覆盖率工具",
"symbols/CoverageTool/choices/Microsoft.CodeCoverage/description": "Microsoft 代码覆盖率",
"symbols/CoverageTool/choices/coverlet/description": "coverlet",
"symbols/ExtensionsProfile/description": "使用 MSTest 运行器时选择 SDK 扩展配置文件。有关详细信息,请访问 https://aka.ms/mstest/sdk/extensions-profile",
Expand All @@ -56,4 +56,4 @@
"postActions/restoreNugetPackages/description": "还原此项目所需的 NuGet 包。",
"postActions/restoreNugetPackages/manualInstructions/default/text": "运行 \"dotnet restore\"",
"postActions/openInEditor/description": "在编辑器中打开 Test1.cs"
}
}
Loading