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)
217
var item = await service.
GetAsync
("csharp/aspire.test.package/testtype/methods");
231
var item = await service.
GetAsync
("csharp/aspire.test.package/testtype/methods#dothing");
272
var item = await service.
GetAsync
("csharp/aspire.test.package/testtype/methods");
314
var item = await service.
GetAsync
("csharp/aspire.hosting/distributedapplication/");
349
var item = await service.
GetAsync
("typescript/aspire.hosting.postgresql/addpostgres");