Skip to content

DbConfigurations

DbConfigurations #459

Triggered via push October 5, 2025 03:38
Status Success
Total duration 1m 44s
Artifacts

codeql.yml

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

Annotations

10 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)