Implemented interface member:
method
EnsureIndexedAsync
Aspire.Cli.Documentation.Docs.IDocsIndexService.EnsureIndexedAsync(System.Threading.CancellationToken)
11 references to EnsureIndexedAsync
aspire (3)
Documentation\Docs\DocsIndexService.cs (3)
291await EnsureIndexedAsync(cancellationToken).ConfigureAwait(false); 311await EnsureIndexedAsync(cancellationToken).ConfigureAwait(false); 418await EnsureIndexedAsync(cancellationToken).ConfigureAwait(false);
Aspire.Cli.Tests (8)
Mcp\Docs\DocsIndexServiceTests.cs (8)
523await service.EnsureIndexedAsync(); 524await service.EnsureIndexedAsync(); 525await service.EnsureIndexedAsync(); 545await firstService.EnsureIndexedAsync(); 577await firstService.EnsureIndexedAsync(); 600await firstService.EnsureIndexedAsync(); 830() => service.EnsureIndexedAsync(cts.Token).AsTask()); 839await Assert.ThrowsAsync<InvalidOperationException>(() => service.EnsureIndexedAsync().AsTask());