Skip to content

feat: Complete document service refactoring and logging migration #21

feat: Complete document service refactoring and logging migration

feat: Complete document service refactoring and logging migration #21

Triggered via pull request August 17, 2025 21:57
Status Success
Total duration 34s
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/DocumentService.cs#L197
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogInformation(ILogger, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)
Test: src/SmartRAG/Services/DocumentService.cs#L192
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogInformation(ILogger, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)
Test: src/SmartRAG/Services/DocumentService.cs#L175
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogInformation(ILogger, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)
Test: src/SmartRAG/Services/DocumentService.cs#L162
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogInformation(ILogger, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)
Test: src/SmartRAG/Services/DocumentService.cs#L127
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogWarning(ILogger, Exception?, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)
Test: src/SmartRAG/Services/DocumentService.cs#L87
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogError(ILogger, Exception?, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)
Test: src/SmartRAG/Services/DocumentService.cs#L77
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogWarning(ILogger, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)
Test: src/SmartRAG/Services/DocumentService.cs#L72
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogDebug(ILogger, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)
Test: src/SmartRAG/Services/DocumentService.cs#L66
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogDebug(ILogger, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)
Test: src/SmartRAG/Services/DocumentService.cs#L60
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogDebug(ILogger, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)