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