Release v3.13.3 #75
Annotations
11 warnings
|
|
dotnet/DataSources/ProductReviewRepository.cs#L205
Unreachable code detected
|
dotnet/Services/ProductReviewService.cs#L238
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.
|
dotnet/Services/ProductReviewService.cs#L251
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.
|
dotnet/Services/ProductReviewService.cs#L704
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.
|
dotnet/Controllers/RoutesController.cs#L137
Unreachable code detected
|
dotnet/Controllers/RoutesController.cs#L184
Unreachable code detected
|
dotnet/Controllers/RoutesController.cs#L260
The variable 'reviews' is declared but never used
|
dotnet/Services/ProductReviewService.cs#L848
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.
|
dotnet/Controllers/RoutesController.cs#L376
The variable 'ex' is declared but never used
|
The logs for this run have expired and are no longer available.
Loading