Fix/security issues #221
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8, actions/setup-dotnet@4d4a70f4a5b2a5a5329f13be4ac933f2c9206ac0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint .Net:
dotnet/DataSources/ProductReviewRepository.cs#L205
Unreachable code detected
|
Lint .Net:
dotnet/Services/ProductReviewService.cs#L245
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.
|
Lint .Net:
dotnet/Services/ProductReviewService.cs#L258
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.
|
Lint .Net:
dotnet/Controllers/RoutesController.cs#L137
Unreachable code detected
|
Lint .Net:
dotnet/Controllers/RoutesController.cs#L184
Unreachable code detected
|
Lint .Net:
dotnet/Controllers/RoutesController.cs#L260
The variable 'reviews' is declared but never used
|
Lint .Net:
dotnet/Controllers/RoutesController.cs#L376
The variable 'ex' is declared but never used
|
Lint .Net:
dotnet/Services/ProductReviewService.cs#L769
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.
|
Lint .Net:
dotnet/Services/ProductReviewService.cs#L913
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.
|
Lint .Net:
dotnet/DataSources/ProductReviewRepository.cs#L205
Unreachable code detected
|
Loading