5 references to Error
dotnet (5)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (4)
743case TestOutcome.Error: 802TestOutcome.Error or TestOutcome.Fail or TestOutcome.Canceled or TestOutcome.Timeout => TerminalColor.DarkRed, 809TestOutcome.Fail or TestOutcome.Error => CliCommandStrings.FailedLowercase, 870FormatErrorMessage(terminal, exceptions, TestOutcome.Error, i);
Commands\Test\MTP\TestApplicationHandler.cs (1)
645TestStates.Error => TestOutcome.Error,