2 references to CommandLineArgs
aspire (2)
Projects\DotNetAppHostProject.cs (2)
2024
if (!hasExplicitApplicationArgs && !hasRunArguments && !string.IsNullOrEmpty(profile.
CommandLineArgs
))
2028
AppendParsedArguments(Environment.ExpandEnvironmentVariables(profile.
CommandLineArgs
), arguments);