feat: created posts #41
Triggered via pull request
September 16, 2024 01:01
Status
Failure
Total duration
2m 37s
Artifacts
–
Annotations
10 errors and 17 warnings
Living.Tests.UseCases.User.LoginUserTest.LoginUser_ShouldNotLoginWhenUserNotInvalid:
Living.Tests/UseCases/User/LoginUserTest.cs#L110
System.Text.Json.JsonException : The JSON value could not be converted to System.Net.HttpStatusCode. Path: $.httpStatusCode | LineNumber: 0 | BytePositionInLine: 110.
|
Living.Tests.UseCases.User.LoginUserTest.LoginUser_ShouldNotLoginWhenPasswordIsInvalid:
Living.Tests/UseCases/User/LoginUserTest.cs#L121
System.Text.Json.JsonException : The JSON value could not be converted to Living.Domain.Base.BaseResponse`1[System.Guid]. Path: $.httpStatusCode | LineNumber: 0 | BytePositionInLine: 112.
|
Living.Tests.UseCases.User.LoginUserTest.LoginUser_ShouldLoginByEmail:
Living.Tests/UseCases/User/LoginUserTest.cs#L14
System.Text.Json.JsonException : The JSON value could not be converted to Living.Domain.Base.BaseResponse`1[System.Guid]. Path: $.httpStatusCode | LineNumber: 0 | BytePositionInLine: 112.
|
Living.Tests.UseCases.User.LoginUserTest.LoginUser_ShouldLoginByUsername:
Living.Tests/UseCases/User/LoginUserTest.cs#L62
System.Text.Json.JsonException : The JSON value could not be converted to Living.Domain.Base.BaseResponse`1[System.Guid]. Path: $.httpStatusCode | LineNumber: 0 | BytePositionInLine: 112.
|
Living.Tests.UseCases.User.LoginUserTest.LoginUser_ShouldNotLoginWhenUserIsLockedOut:
Living.Tests/UseCases/User/LoginUserTest.cs#L138
System.Text.Json.JsonException : The JSON value could not be converted to Living.Domain.Base.BaseResponse`1[System.Guid]. Path: $.httpStatusCode | LineNumber: 0 | BytePositionInLine: 112.
|
Living.Tests.UseCases.User.MeUserTests.GetMe_ShouldReturn:
Living.Tests/UseCases/User/MeUserTests.cs#L11
System.Text.Json.JsonException : The JSON value could not be converted to Living.Domain.Base.BaseResponse`1[System.Guid]. Path: $.httpStatusCode | LineNumber: 0 | BytePositionInLine: 112.
|
Living.Tests.UseCases.User.RefreshTokenTests.RefreshToken_ShouldValidateNotHasSession:
Living.Tests/UseCases/User/RefreshTokenTests.cs#L99
System.Text.Json.JsonException : The JSON value could not be converted to Living.Domain.Base.BaseResponse`1[System.Guid]. Path: $.httpStatusCode | LineNumber: 0 | BytePositionInLine: 112.
|
Living.Tests.UseCases.User.RefreshTokenTests.RefreshToken_ShouldValidateNotFoundUser:
Living.Tests/UseCases/User/RefreshTokenTests.cs#L90
System.Text.Json.JsonException : The JSON value could not be converted to System.Net.HttpStatusCode. Path: $.httpStatusCode | LineNumber: 0 | BytePositionInLine: 102.
|
Living.Tests.UseCases.User.RefreshTokenTests.RefreshToken_ShouldValidateInvalidRefreshToken:
Living.Tests/UseCases/User/RefreshTokenTests.cs#L50
System.Text.Json.JsonException : The JSON value could not be converted to System.Net.HttpStatusCode. Path: $.httpStatusCode | LineNumber: 0 | BytePositionInLine: 114.
|
Living.Tests.UseCases.User.RefreshTokenTests.RefreshToken_ShouldValidateInvalidUserId:
Living.Tests/UseCases/User/RefreshTokenTests.cs#L71
System.Text.Json.JsonException : The JSON value could not be converted to System.Net.HttpStatusCode. Path: $.httpStatusCode | LineNumber: 0 | BytePositionInLine: 108.
|
|
|
|
checks:
Living.Worker/Queue/UserCreatedConsumer.cs#L6
Parameter 'userRepository' is unread.
|
checks:
Living.WebAPI/Controllers/FeedController.cs#L13
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.WebAPI/Controllers/FeedController.cs#L15
Implement the functionality (or raise NotSupportedException or PlatformNotSupportedException) (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0025.md)
|
|
|
|
checks:
Living.Worker/Queue/UserCreatedConsumer.cs#L6
Parameter 'userRepository' is unread.
|
|
|
|
checks:
Living.Worker/Queue/UserCreatedConsumer.cs#L6
Parameter 'userRepository' is unread.
|
checks:
Living.WebAPI/Controllers/FeedController.cs#L13
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.WebAPI/Controllers/FeedController.cs#L15
Implement the functionality (or raise NotSupportedException or PlatformNotSupportedException) (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0025.md)
|
checks:
Living.WebAPP/components/Posts/Post.vue#L17
'v-html' directive can lead to XSS attack
|