2 implementations of GetConfiguredProjectAsync
aspire (1)
Projects\LanguageService.cs (1)
31public async Task<IAppHostProject?> GetConfiguredProjectAsync(CancellationToken cancellationToken = default)
Aspire.Cli.Tests (1)
TestServices\TestLanguageService.cs (1)
20public Task<IAppHostProject?> GetConfiguredProjectAsync(CancellationToken cancellationToken = default)