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)
44var docs = await service.ListDocumentsAsync(); 57var docs = await service.ListDocumentsAsync(); 556var docs = await secondService.ListDocumentsAsync(); 580var docs = await secondService.ListDocumentsAsync(); 612var docs = await secondService.ListDocumentsAsync(); 618var cachedDocs = await thirdService.ListDocumentsAsync(); 755var docs = await service.ListDocumentsAsync(); 766var docs = await service.ListDocumentsAsync(); 799await Assert.ThrowsAsync<InvalidOperationException>(() => service.ListDocumentsAsync().AsTask());