Skip to content

Bump xunit from 2.6.2 to 2.6.3 (#1478) #213

Bump xunit from 2.6.2 to 2.6.3 (#1478)

Bump xunit from 2.6.2 to 2.6.3 (#1478) #213

Triggered via push December 11, 2023 14:48
Status Cancelled
Total duration 2m 49s
Artifacts

docfx.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 9 warnings
docfx
Canceling since a higher priority waiting request for 'pages' exists
docfx
The operation was canceled.
docfx
Environment URL '' is not a valid http(s) URL, so it will not be shown as a link in the workflow graph.
docfx: tests/KubernetesClient.Classic.Tests/SimpleTests.cs#L77
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
docfx: tests/KubernetesClient.Classic.Tests/SimpleTests.cs#L15
'DummyHttpServer' contains field 'server' that is of IDisposable type 'TcpListener', but it is never disposed. Change the Dispose method on 'DummyHttpServer' to call Close or Dispose on this field. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2213)
docfx: tests/KubernetesClient.Classic.Tests/SimpleTests.cs#L77
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
docfx: tests/KubernetesClient.Classic.Tests/SimpleTests.cs#L77
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)