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