3 implementations of StartDebugSessionAsync
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
560
public Task
StartDebugSessionAsync
(string workingDirectory, string? projectFile, bool debug, DebugSessionOptions? options = null)
Aspire.Cli.Tests (2)
Projects\ExtensionGuestLauncherTests.cs (1)
157
public Task
StartDebugSessionAsync
(string workingDirectory, string? projectFile, bool debug, DebugSessionOptions? options = null) => throw new NotImplementedException();
TestServices\TestExtensionInteractionService.cs (1)
142
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)
232
await extensionInteractionService.
StartDebugSessionAsync
(
Commands\StartCommand.cs (1)
88
await extensionInteractionService.
StartDebugSessionAsync
(