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