Merge pull request #24 from sentemon/refactoring-the-way-to-set-cookies #35
auth.yml
on: push
build-and-test
34s
docker
35s
Annotations
11 warnings
build-and-test:
backend/src/PostService/PostService.Application/Commands/AddPost/AddPostCommandHandler.cs#L67
Possible null reference argument for parameter 'userId' in 'Post Post.CreateTextPost(string userId, string title, string description)'.
|
build-and-test:
backend/src/PostService/PostService.Application/Commands/AddPost/AddPostCommandHandler.cs#L69
Possible null reference argument for parameter 'userId' in 'Post Post.CreateImagePost(string userId, string contentUrl, string title = "", string description = "")'.
|
build-and-test:
backend/src/PostService/PostService.Application/Commands/AddPost/AddPostCommandHandler.cs#L71
Possible null reference argument for parameter 'userId' in 'Post Post.CreateVideoPost(string userId, string contentUrl, string title = "", string description = "")'.
|
build-and-test:
backend/src/PostService/PostService.Application/Commands/AddLike/AddLikeCommandHandler.cs#L37
Possible null reference argument for parameter 'userId' in 'Like.Like(Guid postId, string userId)'.
|
build-and-test:
backend/src/PostService/PostService.Application/Commands/AddComment/AddCommentCommandHandler.cs#L50
Possible null reference argument for parameter 'userId' in 'Comment.Comment(Guid postId, string userId, string username, string content)'.
|
build-and-test:
backend/src/PostService/PostService.Application/Commands/AddPost/AddPostCommandHandler.cs#L67
Possible null reference argument for parameter 'userId' in 'Post Post.CreateTextPost(string userId, string title, string description)'.
|
build-and-test:
backend/src/PostService/PostService.Application/Commands/AddPost/AddPostCommandHandler.cs#L69
Possible null reference argument for parameter 'userId' in 'Post Post.CreateImagePost(string userId, string contentUrl, string title = "", string description = "")'.
|
build-and-test:
backend/src/PostService/PostService.Application/Commands/AddPost/AddPostCommandHandler.cs#L71
Possible null reference argument for parameter 'userId' in 'Post Post.CreateVideoPost(string userId, string contentUrl, string title = "", string description = "")'.
|
build-and-test:
backend/src/PostService/PostService.Application/Commands/AddLike/AddLikeCommandHandler.cs#L37
Possible null reference argument for parameter 'userId' in 'Like.Like(Guid postId, string userId)'.
|
build-and-test:
backend/src/PostService/PostService.Application/Commands/AddComment/AddCommentCommandHandler.cs#L50
Possible null reference argument for parameter 'userId' in 'Comment.Comment(Guid postId, string userId, string username, string content)'.
|
docker
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|