Skip to content

Improve docs and naming of LeaderElector methods. (#1468) #210

Improve docs and naming of LeaderElector methods. (#1468)

Improve docs and naming of LeaderElector methods. (#1468) #210

Triggered via push December 6, 2023 20:24
Status Failure
Total duration 3m 7s
Artifacts

docfx.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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.Tests/KubernetesExecTests.cs#L54
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.Tests/KubernetesMetricsTests.cs#L59
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.Tests/KubernetesMetricsTests.cs#L59
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.Tests/KubernetesMetricsTests.cs#L38
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.Tests/KubernetesExecTests.cs#L94
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.Tests/LeaderElection/LeaderElectionTests.cs#L74
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
docfx: tests/KubernetesClient.Tests/KubernetesMetricsTests.cs#L72
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.Tests/KubernetesExecTests.cs#L140
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)