Add responses to Update and Remove endpoints #32
Merged
Annotations
10 warnings
CentralHub.Api/Services/LocalizationService.cs#L17
Converting null literal or possible null value to non-nullable type.
|
CentralHub.Api/Services/TrackerRepository.cs#L161
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
CentralHub.Api/Services/TrackerRepository.cs#L169
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
CentralHub.Api/Services/LocalizationService.cs#L7
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
CentralHub.Api/Services/LocalizationService.cs#L11
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
CentralHub.WebUI/Data/TrackerService.cs#L34
Possible null reference argument for parameter 'source' in 'Tracker[] Enumerable.ToArray<Tracker>(IEnumerable<Tracker> source)'.
|
CentralHub.Api/Services/LocalizationService.cs#L17
Converting null literal or possible null value to non-nullable type.
|
CentralHub.Api/Services/TrackerRepository.cs#L161
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
CentralHub.Api/Services/TrackerRepository.cs#L169
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
CentralHub.Api/Services/LocalizationService.cs#L7
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
The logs for this run have expired and are no longer available.
Loading