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)
4331service.StartDebugSessionCallback = (wd, pf, dbg, debugSessionOptions) => 4526service.StartDebugSessionCallback = (_, _, _, _) => 4600service.StartDebugSessionCallback = (_, _, _, _) =>
Commands\StartCommandTests.cs (1)
463service.StartDebugSessionCallback = (_, pf, dbg, debugSessionOptions) =>
Utils\CliTestHelper.cs (1)
72StartDebugSessionCallback = startDebugSessionCallback
1 reference to StartDebugSessionCallback
Aspire.Cli.Tests (1)
TestServices\TestExtensionInteractionService.cs (1)
144StartDebugSessionCallback?.Invoke(workingDirectory, projectFile, debug, options);