3 references to DefaultLaunchProfileDisplayName
dotnet (1)
Commands\Run\RunCommand.cs (1)
229
string profileName = string.IsNullOrEmpty(LaunchProfile) ? CliCommandStrings.
DefaultLaunchProfileDisplayName
: LaunchProfile;
dotnet.Tests (2)
CommandTests\Run\GivenDotnetRunBuildsCsProj.cs (2)
652
.And.HaveStdErrContaining(string.Format(CliCommandStrings.RunCommandExceptionCouldNotApplyLaunchSettings, CliCommandStrings.
DefaultLaunchProfileDisplayName
, "").Trim());
670
.And.HaveStdErrContaining(string.Format(CliCommandStrings.RunCommandExceptionCouldNotApplyLaunchSettings, CliCommandStrings.
DefaultLaunchProfileDisplayName
, "").Trim());