2 implementations of GetOrPromptForProjectAsync
aspire (1)
Projects\LanguageService.cs (1)
85
public async Task<IAppHostProject>
GetOrPromptForProjectAsync
(
Aspire.Cli.Tests (1)
TestServices\TestLanguageService.cs (1)
49
public Task<IAppHostProject>
GetOrPromptForProjectAsync
(string? explicitLanguageId = null, bool saveSelection = true, CancellationToken cancellationToken = default)
1 reference to GetOrPromptForProjectAsync
aspire (1)
Commands\InitCommand.cs (1)
138
selectedProject = await _languageService.
GetOrPromptForProjectAsync
(explicitLanguage, saveSelection: true, cancellationToken);