Implemented interface member:
method
ListDocumentsAsync
Aspire.Cli.Documentation.Docs.IDocsIndexService.ListDocumentsAsync(System.Threading.CancellationToken)
9 references to ListDocumentsAsync
Aspire.Cli.Tests (9)
Mcp\Docs\DocsIndexServiceTests.cs (9)
44
var docs = await service.
ListDocumentsAsync
();
57
var docs = await service.
ListDocumentsAsync
();
556
var docs = await secondService.
ListDocumentsAsync
();
580
var docs = await secondService.
ListDocumentsAsync
();
612
var docs = await secondService.
ListDocumentsAsync
();
618
var cachedDocs = await thirdService.
ListDocumentsAsync
();
755
var docs = await service.
ListDocumentsAsync
();
766
var docs = await service.
ListDocumentsAsync
();
799
await Assert.ThrowsAsync<InvalidOperationException>(() => service.
ListDocumentsAsync
().AsTask());