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