Skip to content

(#271) Semantic/Vector Search #502

(#271) Semantic/Vector Search

(#271) Semantic/Vector Search #502

Triggered via push November 19, 2025 08:06
Status Success
Total duration 1m 43s
Artifacts

codeql.yml

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

Annotations

1 error and 10 warnings
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/
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)