Filter trackers from measurements and fixed empty aggregated (#36) #142
Annotations
4 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.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.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