Skip to content

Fix bug with docker compose #37

Fix bug with docker compose

Fix bug with docker compose #37

Triggered via pull request January 6, 2025 14:59
Status Success
Total duration 1m 51s
Artifacts

post.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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/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/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/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/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/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 = "")'.
docker
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636