Skip to content

Bump prometheus-net from 8.1.0 to 8.1.1 (#1466) #1663

Bump prometheus-net from 8.1.0 to 8.1.1 (#1466)

Bump prometheus-net from 8.1.0 to 8.1.1 (#1466) #1663

Triggered via push November 30, 2023 23:34
Status Success
Total duration 13m 13s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): 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.
Analyze (csharp): 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.
Analyze (csharp): tests/KubernetesClient.Tests/ByteBufferTests.cs#L258
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/ByteBufferTests.cs#L267
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/ByteBufferTests.cs#L414
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/ByteBufferTests.cs#L417
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#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/KubernetesClientConfigurationTests.cs#L440
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.