Feature/semantic kernel integration #7
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.
|