string[] PassThroughArgs { get; }
Source
Gets the command-line arguments to pass through to the Aspire host.
Remarks
Profiles default to an empty argument set so AppSurface command selection remains owned by CliFx. Override this property when a profile intentionally needs to pass known AppHost arguments into DistributedApplicationBuilder. Unknown command-line arguments are not forwarded automatically.