18 references to Kill
Aspire.EndToEnd.Tests (2)
tests\Shared\WorkloadTesting\TestExtensions.cs (1)
44process.Kill(entireProcessTree: true);
tests\Shared\WorkloadTesting\ToolCommand.cs (1)
194CurrentProcess.Kill(entireProcessTree: true);
Aspire.Hosting (2)
Dcp\Process\ProcessUtil.cs (2)
147_process.Kill(_entireProcessTree); 159_process.Kill(entireProcessTree: true);
Aspire.Hosting.Azure (2)
src\Aspire.Hosting\Dcp\Process\ProcessUtil.cs (2)
147_process.Kill(_entireProcessTree); 159_process.Kill(entireProcessTree: true);
Aspire.Hosting.Python.Tests (2)
AddPythonAppTests.cs (2)
291createVirtualEnvironmentProcess.Kill(true); 319installRequirementsProcess.Kill(true);
Aspire.Hosting.Tests (2)
Utils\DockerUtils.cs (2)
23process.Kill(entireProcessTree: true); 39process.Kill(entireProcessTree: true);
Aspire.Workload.Tests (2)
tests\Shared\WorkloadTesting\TestExtensions.cs (1)
44process.Kill(entireProcessTree: true);
tests\Shared\WorkloadTesting\ToolCommand.cs (1)
194CurrentProcess.Kill(entireProcessTree: true);
Microsoft.AspNetCore.SpaProxy (1)
SpaProxyLaunchManager.cs (1)
349_spaProcess.Kill(entireProcessTree: true);
Microsoft.AspNetCore.SpaServices.Extensions (1)
Npm\NodeScriptRunner.cs (1)
149_npmProcess.Kill(entireProcessTree: true);
Microsoft.Build.CommandLine.UnitTests (1)
ProcessExtensions.cs (1)
15process.Kill(entireProcessTree: true);
Microsoft.Build.Engine.OM.UnitTests (1)
ProcessExtensions.cs (1)
15process.Kill(entireProcessTree: true);
Microsoft.Build.Framework.UnitTests (1)
ProcessExtensions.cs (1)
15process.Kill(entireProcessTree: true);
Microsoft.Build.Tasks.UnitTests (1)
ProcessExtensions.cs (1)
15process.Kill(entireProcessTree: true);