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)
192
await
EnsureIndexedAsync
(cancellationToken).ConfigureAwait(false);
212
await
EnsureIndexedAsync
(cancellationToken).ConfigureAwait(false);
257
await
EnsureIndexedAsync
(cancellationToken).ConfigureAwait(false);
Aspire.Cli.Tests (5)
Mcp\Docs\DocsIndexServiceTests.cs (5)
415
await service.
EnsureIndexedAsync
();
416
await service.
EnsureIndexedAsync
();
417
await service.
EnsureIndexedAsync
();
608
() => service.
EnsureIndexedAsync
(cts.Token).AsTask());
617
await Assert.ThrowsAsync<InvalidOperationException>(() => service.
EnsureIndexedAsync
().AsTask());