Skip to content

Feature/semantic kernel integration #8

Feature/semantic kernel integration

Feature/semantic kernel integration #8

Triggered via pull request August 16, 2025 15:45
Status Success
Total duration 37s
Artifacts

ci.yml

on: pull_request
Build & Package
0s
Build & Package
Publish to NuGet
0s
Publish to NuGet
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Test: src/SmartRAG/Services/EnhancedSearchService.cs#L703
Use 'string.Contains(char)' instead of 'string.Contains(string)' when searching for a single character (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1847)
Test: src/SmartRAG/Services/EnhancedSearchService.cs#L702
Use 'string.Contains(char)' instead of 'string.Contains(string)' when searching for a single character (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1847)
Test: src/SmartRAG/Services/EnhancedSearchService.cs#L701
Use 'string.Contains(char)' instead of 'string.Contains(string)' when searching for a single character (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1847)
Test: src/SmartRAG/Services/EnhancedSearchService.cs#L67
Converting null literal or possible null value to non-nullable type.
Test: src/SmartRAG/Services/DocumentService.cs#L437
Member 'GenerateVoyageAIBatchAsync' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
Test: src/SmartRAG/Services/DocumentService.cs#L598
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
Test: src/SmartRAG/Services/EnhancedSearchService.cs#L703
Use 'string.Contains(char)' instead of 'string.Contains(string)' when searching for a single character (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1847)
Test: src/SmartRAG/Services/EnhancedSearchService.cs#L702
Use 'string.Contains(char)' instead of 'string.Contains(string)' when searching for a single character (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1847)
Test: src/SmartRAG/Services/EnhancedSearchService.cs#L701
Use 'string.Contains(char)' instead of 'string.Contains(string)' when searching for a single character (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1847)
Test: src/SmartRAG/Services/EnhancedSearchService.cs#L67
Converting null literal or possible null value to non-nullable type.