Skip to content

A few string/comment updates

56367bd
Select commit
Loading
Failed to load commit list.
Draft

Make the strings use gooder English #5281

A few string/comment updates
56367bd
Select commit
Loading
Failed to load commit list.
Azure Pipelines / winget-cli Build_Test failed Mar 13, 2025 in 1h 37m 14s

Build #20250312.4 had test failures

Details

Tests

  • Failed: 77 (1.28%)
  • Passed: 5,899 (97.81%)
  • Other: 55 (0.91%)
  • Total: 6,031
Code coverage

  • 17084 of 155836 blocks covered (10.96%)
  • 11451 of 96961 lines covered (11.81%)
  • 17172 of 155836 blocks covered (11.02%)
  • 11500 of 96961 lines covered (11.86%)

Annotations

Check failure on line 300 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / winget-cli Build_Test

Build log #L300

Test Run Failed.

Check failure on line 317 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / winget-cli Build_Test

Build log #L317

Error: The process 'D:\a\_tasks\VSTest_ef087383-ee5e-42c7-9a53-ab56c98420f9\2.248.3\Modules\DTAExecutionHost.exe' failed with exit code 1

Check failure on line 318 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / winget-cli Build_Test

Build log #L318

Vstest failed with error. Check logs for failures. There might be failed tests.

Check failure on line 26 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / winget-cli Build_Test

Build log #L26

There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.

Check failure on line 1 in Resources_StringIdWithPlaceholders_LocIndString

See this annotation in the file changed.

@azure-pipelines azure-pipelines / winget-cli Build_Test

Resources_StringIdWithPlaceholders_LocIndString

oExpected.str()== oInput.str()
Raw output
FAILED:
  REQUIRE( oExpected.str()== oInput.str() )
with expansion:
  "\x1B[0mThe value provided for the `First` argument is invalid; valid values
  are: Second\x1B[0m"
  ==
  "\x1B[0mThe value provided for the `First` argument is invalid. The valid values
  are: Second\x1B[0m"
at D:\a\1\s\src\AppInstallerCLITests\Resources.cpp(38)
      

Check failure on line 1 in Resources_StringIdWithPlaceholders_Arithmetic

See this annotation in the file changed.

@azure-pipelines azure-pipelines / winget-cli Build_Test

Resources_StringIdWithPlaceholders_Arithmetic

oExpected.str()== oInput.str()
Raw output
FAILED:
  REQUIRE( oExpected.str()== oInput.str() )
with expansion:
  "\x1B[0m42 upgrades available.\x1B[0m"
  ==
  "\x1B[0m42 upgrades are available.\x1B[0m"
at D:\a\1\s\src\AppInstallerCLITests\Resources.cpp(54)
      

Check failure on line 1 in Resources_StringIdWithPlaceholders_Arithmetic

See this annotation in the file changed.

@azure-pipelines azure-pipelines / winget-cli Build_Test

Resources_StringIdWithPlaceholders_Arithmetic

oExpected.str()== oInput.str()
Raw output
FAILED:
  REQUIRE( oExpected.str()== oInput.str() )
with expansion:
  "\x1B[0m42 upgrades available.\x1B[0m"
  ==
  "\x1B[0m42 upgrades are available.\x1B[0m"
at D:\a\1\s\src\AppInstallerCLITests\Resources.cpp(54)
      

Check failure on line 1 in Resources_StringIdWithPlaceholders_LocIndString

See this annotation in the file changed.

@azure-pipelines azure-pipelines / winget-cli Build_Test

Resources_StringIdWithPlaceholders_LocIndString

oExpected.str()== oInput.str()
Raw output
FAILED:
  REQUIRE( oExpected.str()== oInput.str() )
with expansion:
  "\x1B[0mThe value provided for the `First` argument is invalid; valid values
  are: Second\x1B[0m"
  ==
  "\x1B[0mThe value provided for the `First` argument is invalid. The valid values
  are: Second\x1B[0m"
at D:\a\1\s\src\AppInstallerCLITests\Resources.cpp(38)