Skip to content

full clone cacert from config object #1600

full clone cacert from config object

full clone cacert from config object #1600

Triggered via pull request October 25, 2023 20:56
Status Success
Total duration 31m 47s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): tests/KubernetesClient.Tests/WatchTests.cs#L62
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
Analyze (csharp): tests/KubernetesClient.Tests/WatchTests.cs#L75
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
Analyze (csharp): tests/KubernetesClient.Tests/WatchTests.cs#L88
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
Analyze (csharp): tests/KubernetesClient.Tests/WatchTests.cs#L89
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
Analyze (csharp): tests/KubernetesClient.Tests/WatchTests.cs#L101
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
Analyze (csharp): tests/KubernetesClient.Tests/WatchTests.cs#L124
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
Analyze (csharp): tests/KubernetesClient.Tests/WatchTests.cs#L125
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
Analyze (csharp): tests/KubernetesClient.Tests/WatchTests.cs#L126
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
Analyze (csharp): tests/KubernetesClient.Tests/WatchTests.cs#L127
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
Analyze (csharp): tests/KubernetesClient.Tests/WatchTests.cs#L128
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.