4 references to LaunchProfileOption
dotnet (3)
Commands\Run\RunCommand.cs (2)
652string launchProfile = parseResult.GetValue(RunCommandParser.LaunchProfileOption) ?? string.Empty; 665throw new GracefulException(CliCommandStrings.InvalidOptionForStdin, RunCommandParser.LaunchProfileOption.Name);
Commands\Run\RunCommandParser.cs (1)
96command.Options.Add(LaunchProfileOption);
dotnet.Tests (1)
CommandTests\Run\RunFileTests.cs (1)
479.And.HaveStdErrContaining(string.Format(CliCommandStrings.InvalidOptionForStdin, RunCommandParser.LaunchProfileOption.Name));