3 implementations of StartDebugSessionAsync
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
670
public Task
StartDebugSessionAsync
(string workingDirectory, string? projectFile, bool debug, DebugSessionOptions? options = null)
Aspire.Cli.Tests (2)
Projects\ExtensionGuestLauncherTests.cs (1)
219
public Task
StartDebugSessionAsync
(string workingDirectory, string? projectFile, bool debug, DebugSessionOptions? options = null) => throw new NotImplementedException();
TestServices\TestExtensionInteractionService.cs (1)
185
public Task
StartDebugSessionAsync
(string workingDirectory, string? projectFile, bool debug, DebugSessionOptions? options = null)
3 references to StartDebugSessionAsync
aspire (3)
Commands\PipelineCommandBase.cs (1)
184
await extensionInteractionService.
StartDebugSessionAsync
(
Commands\RunCommand.cs (1)
234
await extensionInteractionService.
StartDebugSessionAsync
(
Commands\StartCommand.cs (1)
88
await extensionInteractionService.
StartDebugSessionAsync
(