Implemented interface member:
method
GetAsync
Aspire.Cli.Documentation.ApiDocs.IApiDocsIndexService.GetAsync(System.String, System.Threading.CancellationToken)
5 references to GetAsync
Aspire.Cli.Tests (5)
Mcp\ApiDocs\ApiDocsIndexServiceTests.cs (5)
217var item = await service.GetAsync("csharp/aspire.test.package/testtype/methods"); 231var item = await service.GetAsync("csharp/aspire.test.package/testtype/methods#dothing"); 272var item = await service.GetAsync("csharp/aspire.test.package/testtype/methods"); 314var item = await service.GetAsync("csharp/aspire.hosting/distributedapplication/"); 349var item = await service.GetAsync("typescript/aspire.hosting.postgresql/addpostgres");