3 references to Args
aspire (3)
Projects\GuestAppHostProject.cs (1)
1114
string.Join(" ", runtimeSpec.Execute.
Args
));
Projects\GuestRuntime.cs (2)
62
var args = ReplacePlaceholders(_spec.InstallDependencies.
Args
, null, directory, null);
161
var args = ReplacePlaceholders(commandSpec.
Args
, appHostFile, directory, additionalArgs);