Skip to content

Bump prometheus-net from 8.0.0 to 8.0.1 #1422

Bump prometheus-net from 8.0.0 to 8.0.1

Bump prometheus-net from 8.0.0 to 8.0.1 #1422

Triggered via pull request July 18, 2023 10:16
Status Success
Total duration 27m 58s
Artifacts

codeql-analysis.yml

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

Annotations

10 warnings
Analyze (csharp): tests/KubernetesClient.Tests/AuthTests.cs#L52
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
Analyze (csharp): tests/KubernetesClient.Tests/AuthTests.cs#L117
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
Analyze (csharp): tests/KubernetesClient.Tests/AuthTests.cs#L227
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
Analyze (csharp): tests/KubernetesClient.Tests/AuthTests.cs#L244
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
Analyze (csharp): tests/KubernetesClient.Tests/AuthTests.cs#L327
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
Analyze (csharp): tests/KubernetesClient.Tests/AuthTests.cs#L371
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
Analyze (csharp): tests/KubernetesClient.Tests/AuthTests.cs#L413
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
Analyze (csharp): tests/KubernetesClient.Tests/AuthTests.cs#L481
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
Analyze (csharp): tests/KubernetesClient.Tests/AuthTests.cs#L496
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead.
Analyze (csharp): tests/KubernetesClient.Tests/AuthTests.cs#L516
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead.