2 references to RunCommandExceptionCouldNotApplyLaunchSettings
dotnet (2)
Commands\Run\RunCommand.cs (1)
176Reporter.Error.WriteLine(string.Format(CliCommandStrings.RunCommandExceptionCouldNotApplyLaunchSettings, LaunchProfileParser.GetLaunchProfileDisplayName(LaunchProfile), launchProfileParseResult.FailureReason).Bold().Red());
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
412Reporter.Error.WriteLine(string.Format(CliCommandStrings.RunCommandExceptionCouldNotApplyLaunchSettings, profileName, result.FailureReason).Bold().Red());