Skip to content

Fixed 'MB' and 'MiB' missmatch #79

Fixed 'MB' and 'MiB' missmatch

Fixed 'MB' and 'MiB' missmatch #79

Triggered via push July 11, 2023 14:41
Status Success
Total duration 47s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

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.