2 references to LaunchProfileDoesNotExist
dotnet (1)
Commands\Run\LaunchSettings\LaunchSettingsManager.cs (1)
66
return new LaunchSettingsApplyResult(false, string.Format(CliCommandStrings.
LaunchProfileDoesNotExist
, profileName));
dotnet.Tests (1)
CommandTests\Run\GivenDotnetRunBuildsVbProj.cs (1)
71
.HaveStdErrContaining(string.Format(CliCommandStrings.
LaunchProfileDoesNotExist
, invalidLaunchProfileName));