5 references to Error
dotnet (5)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (4)
417
case TestOutcome.
Error
:
475
TestOutcome.
Error
or TestOutcome.Fail or TestOutcome.Canceled or TestOutcome.Timeout => TerminalColor.DarkRed,
482
TestOutcome.Fail or TestOutcome.
Error
=> CliCommandStrings.FailedLowercase,
540
FormatErrorMessage(terminal, exceptions, TestOutcome.
Error
, i);
Commands\Test\MTP\TestApplicationHandler.cs (1)
283
TestStates.Error => TestOutcome.
Error
,