2 implementations of GetAsync
aspire (1)
Documentation\ApiDocs\ApiDocsIndexService.cs (1)
514
public async ValueTask<ApiContent?>
GetAsync
(string id, CancellationToken cancellationToken = default)
Aspire.Cli.Tests (1)
Commands\ApiCommandTests.cs (1)
142
public ValueTask<ApiContent?>
GetAsync
(string id, CancellationToken cancellationToken = default)
1 reference to GetAsync
aspire (1)
Commands\ApiGetCommand.cs (1)
55
async () => await _apiDocsIndexService.
GetAsync
(id, cancellationToken));