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