7 writes to StartDebugSessionCallback
Aspire.Cli.Tests (7)
Commands\DeployCommandTests.cs (2)
49interactionService.StartDebugSessionCallback = (_, _, _, debugSessionOptions) => 111interactionService.StartDebugSessionCallback = (capturedWorkingDirectory, capturedProjectFile, capturedDebug, debugSessionOptions) =>
Commands\RunCommandTests.cs (3)
5011service.StartDebugSessionCallback = (wd, pf, dbg, debugSessionOptions) => 5206service.StartDebugSessionCallback = (_, _, _, _) => 5280service.StartDebugSessionCallback = (_, _, _, _) =>
Commands\StartCommandTests.cs (1)
464service.StartDebugSessionCallback = (_, pf, dbg, debugSessionOptions) =>
Utils\CliTestHelper.cs (1)
72StartDebugSessionCallback = startDebugSessionCallback
1 reference to StartDebugSessionCallback
Aspire.Cli.Tests (1)
TestServices\TestExtensionInteractionService.cs (1)
187StartDebugSessionCallback?.Invoke(workingDirectory, projectFile, debug, options);