1 write to NoLaunchProfileArguments
dotnet (1)
Commands\Run\RunCommand.cs (1)
133NoLaunchProfileArguments = noLaunchProfileArguments;
2 references to NoLaunchProfileArguments
dotnet (2)
Commands\Run\RunCommand.cs (2)
399var commandArgs = (NoLaunchProfileArguments || ApplicationArgs is not []) 613if (!NoLaunchProfileArguments && string.IsNullOrEmpty(command.CommandArgs) && launchSettings?.CommandLineArgs != null)