8 references to RunCommandExceptionCouldNotApplyLaunchSettings
dotnet (3)
Commands\Run\RunCommand.cs (2)
236
Reporter.Error.WriteLine(string.Format(CliCommandStrings.
RunCommandExceptionCouldNotApplyLaunchSettings
, profileName, applyResult.FailureReason).Bold().Red());
245
Reporter.Error.WriteLine(string.Format(CliCommandStrings.
RunCommandExceptionCouldNotApplyLaunchSettings
, profileName).Bold().Red());
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
404
Reporter.Error.WriteLine(string.Format(CliCommandStrings.
RunCommandExceptionCouldNotApplyLaunchSettings
, profileName, result.FailureReason).Bold().Red());
dotnet.Tests (5)
CommandTests\Run\GivenDotnetRunBuildsCsProj.cs (4)
579
.And.HaveStdErrContaining(string.Format(CliCommandStrings.
RunCommandExceptionCouldNotApplyLaunchSettings
, "Third", "").Trim());
596
.And.HaveStdErrContaining(string.Format(CliCommandStrings.
RunCommandExceptionCouldNotApplyLaunchSettings
, "IIS Express", "").Trim());
652
.And.HaveStdErrContaining(string.Format(CliCommandStrings.
RunCommandExceptionCouldNotApplyLaunchSettings
, CliCommandStrings.DefaultLaunchProfileDisplayName, "").Trim());
670
.And.HaveStdErrContaining(string.Format(CliCommandStrings.
RunCommandExceptionCouldNotApplyLaunchSettings
, CliCommandStrings.DefaultLaunchProfileDisplayName, "").Trim());
CommandTests\Run\GivenDotnetRunBuildsVbProj.cs (1)
149
.And.HaveStdErrContaining(string.Format(CliCommandStrings.
RunCommandExceptionCouldNotApplyLaunchSettings
, "Third", "").Trim());