2 implementations of StartDebugSessionAsync
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
336
public Task
StartDebugSessionAsync
(string workingDirectory, string? projectFile, bool debug)
Aspire.Cli.Tests (1)
TestServices\TestExtensionInteractionService.cs (1)
92
public Task
StartDebugSessionAsync
(string workingDirectory, string? projectFile, bool debug)
1 reference to StartDebugSessionAsync
aspire (1)
Commands\RunCommand.cs (1)
96
await extensionInteractionService.
StartDebugSessionAsync
(ExecutionContext.WorkingDirectory.FullName, passedAppHostProjectFile?.FullName, startDebugSession);