Skip to content

CodeQL

CodeQL #509

Triggered via schedule December 8, 2025 02:35
Status Success
Total duration 1m 46s
Artifacts

codeql.yml

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

Annotations

11 warnings
Analyze (csharp): src/EndToEndApiTests/ClassifiedAds.ApiIntegrationTests/ExtensionMethods/HttpContentExtensions.cs#L19
Avoid creating a new 'JsonSerializerOptions' instance for every serialization operation. Cache and reuse instances instead. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1869)
Analyze (csharp): src/EndToEndApiTests/ClassifiedAds.ApiIntegrationTests/TestBase.cs#L17
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Analyze (csharp): src/EndToEndApiTests/ClassifiedAds.ApiIntegrationTests/WebAPI/ConfigurationEntriesControllerTests.cs#L131
Remove the underscores from member name ClassifiedAds.ApiIntegrationTests.WebAPI.ConfigurationEntriesControllerTests.AllInOne_SensiveValue() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
Analyze (csharp): src/EndToEndApiTests/ClassifiedAds.ApiIntegrationTests/WebAPI/ConfigurationEntriesControllerTests.cs#L70
Remove the underscores from member name ClassifiedAds.ApiIntegrationTests.WebAPI.ConfigurationEntriesControllerTests.AllInOne_NonSensiveValue() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
Analyze (csharp): src/EndToEndApiTests/ClassifiedAds.ApiIntegrationTests/TestBase.cs#L13
Type 'TestBase' owns disposable field(s) '_httpClient' but is not disposable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1001)
Analyze (csharp): src/EndToEndApiTests/ClassifiedAds.ApiIntegrationTests/ExtensionMethods/HttpContentExtensions.cs#L19
Avoid creating a new 'JsonSerializerOptions' instance for every serialization operation. Cache and reuse instances instead. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1869)
Analyze (csharp): src/EndToEndApiTests/ClassifiedAds.ApiIntegrationTests/TestBase.cs#L17
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Analyze (csharp)
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/