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)
291
await
EnsureIndexedAsync
(cancellationToken).ConfigureAwait(false);
311
await
EnsureIndexedAsync
(cancellationToken).ConfigureAwait(false);
418
await
EnsureIndexedAsync
(cancellationToken).ConfigureAwait(false);
Aspire.Cli.Tests (8)
Mcp\Docs\DocsIndexServiceTests.cs (8)
523
await service.
EnsureIndexedAsync
();
524
await service.
EnsureIndexedAsync
();
525
await service.
EnsureIndexedAsync
();
545
await firstService.
EnsureIndexedAsync
();
577
await firstService.
EnsureIndexedAsync
();
600
await firstService.
EnsureIndexedAsync
();
830
() => service.
EnsureIndexedAsync
(cts.Token).AsTask());
839
await Assert.ThrowsAsync<InvalidOperationException>(() => service.
EnsureIndexedAsync
().AsTask());