6 references to StartDetachedSpawnChild
aspire (1)
Commands\AppHostLauncher.cs (1)
489
using (var spawnActivity = profilingTelemetry.
StartDetachedSpawnChild
(executablePath, childArgs, "run"))
Aspire.Cli.Tests (5)
Commands\AppHostLauncherTests.cs (1)
915
using var activity = profilingTelemetry.
StartDetachedSpawnChild
("aspire", ["run"], childCommand: "run");
Telemetry\ProfilingTelemetryTests.cs (4)
59
using (profilingTelemetry.
StartDetachedSpawnChild
(aspirePath, ["run", "--project", "AppHost"], childCommand: "run"))
128
using (profilingTelemetry.
StartDetachedSpawnChild
(aspirePath, ["run", "--apphost", "AppHost", "--", "--ApiKey", "sk-live-secret"], childCommand: "run"))
300
using (profilingTelemetry.
StartDetachedSpawnChild
("aspire", ["run"], childCommand: "start"))
333
using (profilingTelemetry.
StartDetachedSpawnChild
("aspire", ["run"], childCommand: "start"))