2 implementations of GetOrPromptForProjectAsync
aspire (1)
Projects\LanguageService.cs (1)
106
public async Task<IAppHostProject>
GetOrPromptForProjectAsync
(
Aspire.Cli.Tests (1)
TestServices\TestLanguageService.cs (1)
50
public Task<IAppHostProject>
GetOrPromptForProjectAsync
(string? explicitLanguageId = null, bool saveLanguageSelection = true, CancellationToken cancellationToken = default)