3 writes to KillCallback
Aspire.Cli.Tests (3)
ProfileCaptureServiceTests.cs (1)
580
KillCallback
= _ => exitCompletionSource.TrySetResult(CliExitCodes.Success)
Utils\DevCertsCheckTests.cs (2)
637
KillCallback
= _ => throw new NotSupportedException("Process tree termination is unavailable.")
691
KillCallback
= _ => throw new NotSupportedException("Process tree termination is unavailable.")
1 reference to KillCallback
Aspire.Cli.Tests (1)
TestServices\TestProcessExecutionFactory.cs (1)
257
KillCallback
?.Invoke(entireProcessTree);