Skip to content

Merge pull request #24 from sentemon/refactoring-the-way-to-set-cookies #35

Merge pull request #24 from sentemon/refactoring-the-way-to-set-cookies

Merge pull request #24 from sentemon/refactoring-the-way-to-set-cookies #35

Triggered via push January 7, 2025 19:12
Status Success
Total duration 1m 26s
Artifacts

auth.yml

on: push
Fit to window
Zoom out
Zoom in

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