2 implementations of GetOrPromptForProjectSelectionAsync
aspire (1)
Projects\LanguageService.cs (1)
117
public async Task<AppHostProjectSelection>
GetOrPromptForProjectSelectionAsync
(
Aspire.Cli.Tests (1)
TestServices\TestLanguageService.cs (1)
65
public async Task<AppHostProjectSelection>
GetOrPromptForProjectSelectionAsync
(string? explicitLanguageId = null, bool saveLanguageSelection = true, CancellationToken cancellationToken = default)
1 reference to GetOrPromptForProjectSelectionAsync
aspire (1)
Commands\InitCommand.cs (1)
120
var projectSelection = await _languageService.
GetOrPromptForProjectSelectionAsync
(explicitLanguage, saveLanguageSelection: false, cancellationToken);