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