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