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