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