Skip to content

feat: generate notification of comment's events #39

feat: generate notification of comment's events

feat: generate notification of comment's events #39

Triggered via push November 12, 2024 16:16
Status Success
Total duration 59s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Comment.Domain/Entities/Comment.cs#L35
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Post.Domain/Entities/PostContent.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Relationship.Domain/Entities/Interaction.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Profile.Domain/Entities/UserProfile.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Profile.Domain/Entities/UserProfile.cs#L40
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Notification.Application/Usecases/CreatePostNotificationCommandHandler.cs#L12
Parameter 'notificationService' is unread.
build: Notification.Application/Usecases/CreatePostNotificationCommandHandler.cs#L15
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.
build: Presentation/Configuration/Jwt/JwtOptions.cs#L7
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.