Skip to content

feat: upload permanent photo & metadata of post #36

feat: upload permanent photo & metadata of post

feat: upload permanent photo & metadata of post #36

Triggered via push November 10, 2024 17:21
Status Success
Total duration 1m 25s
Billable time 2m
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: Presentation/Configuration/Jwt/JwtOptions.cs#L7
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Identity.Presentation/Controllers/AccountController.cs#L27
The field 'AccountController._messageBus' is never used
build: Profile.Presentation/Controllers/UserProfileController.cs#L33
Parameter 'configuration' is unread.
build: Profile.Presentation/Controllers/UserProfileController.cs#L35
Parameter 'relationshipClient' is unread.
build: Profile.Presentation/Controllers/UserProfileController.cs#L36
Parameter 'messageBus' is unread.