2 references to GetStringAsync
Aspire.TestTools (2)
GitHubActionsApi.cs (1)
92
=> GitHubCli.
GetStringAsync
($"repos/{repository}/actions/jobs/{jobId}/logs", allowEscapeSequences: true, cancellationToken);
GitHubCli.cs (1)
23
=>
GetStringAsync
(endpoint, allowEscapeSequences: false, cancellationToken);