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