Add form for registration and login #14
Merged
Annotations
10 warnings
Run reusable Build and Test action:
backend/src/PostService/PostService.Application/Commands/AddLike/AddLikeCommandHandler.cs#L37
Possible null reference argument for parameter 'userId' in 'Like.Like(Guid postId, string userId)'.
|
Run reusable Build and Test action:
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)'.
|
Run reusable Build and Test action:
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)'.
|
Run reusable Build and Test action:
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 = "")'.
|
Run reusable Build and Test action:
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 = "")'.
|
Run reusable Build and Test action:
backend/src/PostService/PostService.Application/Commands/AddLike/AddLikeCommandHandler.cs#L37
Possible null reference argument for parameter 'userId' in 'Like.Like(Guid postId, string userId)'.
|
Run reusable Build and Test action:
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)'.
|
Run reusable Build and Test action:
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)'.
|
Run reusable Build and Test action:
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 = "")'.
|
Run reusable Build and Test action:
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 = "")'.
|
Loading