2 references to FailureReason
dotnet (2)
Commands\Run\RunCommand.cs (1)
236Reporter.Error.WriteLine(string.Format(CliCommandStrings.RunCommandExceptionCouldNotApplyLaunchSettings, profileName, applyResult.FailureReason).Bold().Red());
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
404Reporter.Error.WriteLine(string.Format(CliCommandStrings.RunCommandExceptionCouldNotApplyLaunchSettings, profileName, result.FailureReason).Bold().Red());