build(deps): bump xunit from 2.6.1 to 2.6.2 #1410
Annotations
10 errors and 11 warnings
Build with dotnet:
Octokit.Tests/AsyncEnumerableExtensionTests.cs#L20
Assert.ThrowsAsync is async. The resulting task should be awaited (or stored for later awaiting).
|
Build with dotnet:
Octokit.Tests/Caching/CachingHttpClientTests.cs#L32
Assert.ThrowsAsync is async. The resulting task should be awaited (or stored for later awaiting).
|
Build with dotnet:
Octokit.Tests/Clients/OrganizationHooksClientTest.cs#L243
Assert.ThrowsAsync is async. The resulting task should be awaited (or stored for later awaiting).
|
Build with dotnet:
Octokit.Tests/Clients/OrganizationHooksClientTest.cs#L203
Assert.ThrowsAsync is async. The resulting task should be awaited (or stored for later awaiting).
|
Build with dotnet:
Octokit.Tests/Clients/OrganizationHooksClientTest.cs#L173
Assert.ThrowsAsync is async. The resulting task should be awaited (or stored for later awaiting).
|
Build with dotnet:
Octokit.Tests/Clients/OrganizationHooksClientTest.cs#L130
Assert.ThrowsAsync is async. The resulting task should be awaited (or stored for later awaiting).
|
Build with dotnet:
Octokit.Tests/Clients/MiscellaneousClientTests.cs#L214
Assert.ThrowsAsync is async. The resulting task should be awaited (or stored for later awaiting).
|
Build with dotnet:
Octokit.Tests/Clients/LicensesClientTests.cs#L28
Assert.ThrowsAsync is async. The resulting task should be awaited (or stored for later awaiting).
|
Build with dotnet:
Octokit.Tests/AsyncEnumerableExtensionTests.cs#L20
Assert.ThrowsAsync is async. The resulting task should be awaited (or stored for later awaiting).
|
Build with dotnet:
Octokit.Tests/Caching/CachingHttpClientTests.cs#L32
Assert.ThrowsAsync is async. The resulting task should be awaited (or stored for later awaiting).
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build with dotnet:
Octokit/GitHubClient.cs#L243
'IMiscellaneousClient' is obsolete: 'Use individual clients available on the GitHubClient for these methods'
|
Build with dotnet:
Octokit/IGitHubClient.cs#L80
'IMiscellaneousClient' is obsolete: 'Use individual clients available on the GitHubClient for these methods'
|
Build with dotnet:
Octokit/Caching/CachingHttpClient.cs#L43
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Build with dotnet:
Octokit/Caching/CachingHttpClient.cs#L48
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Build with dotnet:
Octokit/GitHubClient.cs#L106
'MiscellaneousClient' is obsolete: 'Use individual clients available on the GitHubClient for these methods'
|
Build with dotnet:
Octokit/Models/Response/Meta.cs#L142
'Meta.GitHubServicesSha' is obsolete: 'No longer returned so always null'
|
Build with dotnet:
Octokit/Clients/IActionsArtifactsClient.cs#L20
Parameter 'listArtifactsRequest' has no matching param tag in the XML comment for 'IActionsArtifactsClient.ListArtifacts(string, string, ListArtifactsRequest)' (but other parameters do)
|
Build with dotnet:
Octokit/Clients/IActionsArtifactsClient.cs#L57
Parameter 'listArtifactsRequest' has no matching param tag in the XML comment for 'IActionsArtifactsClient.ListWorkflowArtifacts(string, string, long, ListArtifactsRequest)' (but other parameters do)
|
Build with dotnet:
Octokit/Helpers/AcceptHeaders.cs#L12
Ambiguous reference in cref attribute: 'IConnection.GetRaw'. Assuming 'IConnection.GetRaw(Uri, IDictionary<string, string>)', but could have also matched other overloads including 'IConnection.GetRaw(Uri, IDictionary<string, string>, TimeSpan)'.
|
Build with dotnet:
Octokit.AsyncPaginationExtension/Extensions.cs#L334
'IMiscellaneousClient' is obsolete: 'Use individual clients available on the GitHubClient for these methods'
|
The logs for this run have expired and are no longer available.
Loading