Implemented interface member:
method
EnsureIndexedAsync
Aspire.Cli.Mcp.Docs.IDocsIndexService.EnsureIndexedAsync(System.Threading.CancellationToken)
8 references to EnsureIndexedAsync
aspire (3)
Mcp\Docs\DocsIndexService.cs (3)
192await EnsureIndexedAsync(cancellationToken).ConfigureAwait(false); 212await EnsureIndexedAsync(cancellationToken).ConfigureAwait(false); 257await EnsureIndexedAsync(cancellationToken).ConfigureAwait(false);
Aspire.Cli.Tests (5)
Mcp\Docs\DocsIndexServiceTests.cs (5)
415await service.EnsureIndexedAsync(); 416await service.EnsureIndexedAsync(); 417await service.EnsureIndexedAsync(); 608() => service.EnsureIndexedAsync(cts.Token).AsTask()); 617await Assert.ThrowsAsync<InvalidOperationException>(() => service.EnsureIndexedAsync().AsTask());