Implemented interface member:
method
ListAsync
Aspire.Cli.Documentation.ApiDocs.IApiDocsIndexService.ListAsync(System.String, System.Threading.CancellationToken)
9 references to ListAsync
Aspire.Cli.Tests (9)
Mcp\ApiDocs\ApiDocsIndexServiceTests.cs (9)
22
var csharpRoots = await service.
ListAsync
("csharp");
23
var typeScriptRoots = await service.
ListAsync
("typescript");
24
var csharpChildren = await service.
ListAsync
("csharp/aspire.test.package");
25
var csharpTypeChildren = await service.
ListAsync
("csharp/aspire.test.package/testtype");
26
var typeScriptChildren = await service.
ListAsync
("typescript/aspire.hosting.test");
192
var items = await service.
ListAsync
("csharp/aspire.test.package/testtype/methods");
381
var firstItems = await firstService.
ListAsync
("csharp");
388
var secondItems = await secondService.
ListAsync
("csharp");
421
var items = await secondService.
ListAsync
("csharp");