Skip to content

refact backend

refact backend #4

Triggered via pull request February 4, 2024 22:01
@migueloliveiradevmigueloliveiradev
synchronize #6
i4
Status Failure
Total duration 52s
Artifacts

checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 2 warnings
checks: Living.Tests/Auth/TestLoginUser.cs#L68
'UserErrors' does not contain a definition for 'USER_NOT_FOUND'
checks: Living.Tests/Auth/TestLoginUser.cs#L88
'UserErrors' does not contain a definition for 'USER_PASSWORD_INVALID'
checks: Living.Tests/Auth/TestLoginUser.cs#L68
'UserErrors' does not contain a definition for 'USER_NOT_FOUND'
checks: Living.Tests/Auth/TestLoginUser.cs#L88
'UserErrors' does not contain a definition for 'USER_PASSWORD_INVALID'
checks
Process completed with exit code 1.
checks: Living.Application/UseCases/Posts/Create/CreatePostHandler.cs#L4
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.
checks: Living.Application/UseCases/Posts/Create/CreatePostHandler.cs#L4
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.