5 references to Error
dotnet (5)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (4)
476case TestOutcome.Error: 534TestOutcome.Error or TestOutcome.Fail or TestOutcome.Canceled or TestOutcome.Timeout => TerminalColor.DarkRed, 541TestOutcome.Fail or TestOutcome.Error => CliCommandStrings.FailedLowercase, 602FormatErrorMessage(terminal, exceptions, TestOutcome.Error, i);
Commands\Test\MTP\TestApplicationHandler.cs (1)
446TestStates.Error => TestOutcome.Error,