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