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)
22var csharpRoots = await service.ListAsync("csharp"); 23var typeScriptRoots = await service.ListAsync("typescript"); 24var csharpChildren = await service.ListAsync("csharp/aspire.test.package"); 25var csharpTypeChildren = await service.ListAsync("csharp/aspire.test.package/testtype"); 26var typeScriptChildren = await service.ListAsync("typescript/aspire.hosting.test"); 192var items = await service.ListAsync("csharp/aspire.test.package/testtype/methods"); 381var firstItems = await firstService.ListAsync("csharp"); 388var secondItems = await secondService.ListAsync("csharp"); 421var items = await secondService.ListAsync("csharp");