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