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