Skip to content

Enabled sensitive logging #82

Enabled sensitive logging

Enabled sensitive logging #82

Triggered via push July 31, 2023 07:13
Status Success
Total duration 1m 49s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
test: src/Application/Services/BookService.cs#L145
The variable '_' is declared but never used
test: src/Application/Services/AuthenticationService.cs#L90
The variable 'e' is declared but never used
test: src/Infrastructure/Persistence/Repository/BookRepository.cs#L81
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '""' is not covered.
test: src/Presentation/Controllers/BlogController.cs#L51
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.
test: src/Presentation/Controllers/BlogController.cs#L124
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.
test: src/Application/Services/BookService.cs#L145
The variable '_' is declared but never used
test: src/Application/Services/AuthenticationService.cs#L90
The variable 'e' is declared but never used
test: src/Infrastructure/Persistence/Repository/BookRepository.cs#L81
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '""' is not covered.
test: src/Presentation/Controllers/BlogController.cs#L51
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.
test: src/Presentation/Controllers/BlogController.cs#L124
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.