Filter trackers from measurements and fixed empty aggregated #135
Annotations
10 warnings
CentralHub.Api/ScopedBackgroundService.cs#L35
In member Task ScopedBackgroundService.StopAsync(CancellationToken stoppingToken), change parameter name stoppingToken to cancellationToken in order to match the identifier as it has been declared in Task BackgroundService.StopAsync(CancellationToken cancellationToken) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
|
CentralHub.Api/Services/LocalizationService.cs#L92
Prefer comparing 'Count' to 0 rather than using 'Any()', both for clarity and for performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1860)
|
CentralHub.Api/Services/LocalizationService.cs#L93
Prefer comparing 'Count' to 0 rather than using 'Any()', both for clarity and for performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1860)
|
CentralHub.Api/Services/LocalizationService.cs#L100
Prefer comparing 'Count' to 0 rather than using 'Any()', both for clarity and for performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1860)
|
CentralHub.WebUI/Data/TrackerService.cs#L34
Possible null reference argument for parameter 'source' in 'Tracker[] Enumerable.ToArray<Tracker>(IEnumerable<Tracker> source)'.
|
CentralHub.Api/ScopedBackgroundService.cs#L35
In member Task ScopedBackgroundService.StopAsync(CancellationToken stoppingToken), change parameter name stoppingToken to cancellationToken in order to match the identifier as it has been declared in Task BackgroundService.StopAsync(CancellationToken cancellationToken) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
|
CentralHub.Api/Services/LocalizationService.cs#L92
Prefer comparing 'Count' to 0 rather than using 'Any()', both for clarity and for performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1860)
|
CentralHub.Api/Services/LocalizationService.cs#L93
Prefer comparing 'Count' to 0 rather than using 'Any()', both for clarity and for performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1860)
|
CentralHub.Api/Services/LocalizationService.cs#L100
Prefer comparing 'Count' to 0 rather than using 'Any()', both for clarity and for performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1860)
|
CentralHub.WebUI/Data/TrackerService.cs#L34
Possible null reference argument for parameter 'source' in 'Tracker[] Enumerable.ToArray<Tracker>(IEnumerable<Tracker> source)'.
|
The logs for this run have expired and are no longer available.
Loading