Skip to content

chore: fix bugs

chore: fix bugs #88

Triggered via push December 11, 2024 18:54
Status Success
Total duration 1m 2s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: Post.Domain/Repositories/IUserTimelineRepository.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Profile.Application/Services/ProfileService.cs#L22
Parameter 'logger' is unread.
build: Mail.Application/Usecases/SendMailWithCodeHandler.cs#L14
Parameter 'logger' is unread.
build: Mail.Application/Usecases/SendMailWithCodeHandler.cs#L15
Parameter 'localizer' is unread.
build: Post.Application/DTOs/Requests/CreateMultiMediaPostRequest.cs#L10
'CreateMultiMediaPostRequest.Aggregates' hides inherited member 'CreatePostBaseRequest.Aggregates'. Use the new keyword if hiding was intended.
build: Post.Application/DTOs/Requests/CreateSharePostRequest.cs#L9
'CreateSharePostRequest.ShareId' hides inherited member 'CreatePostBaseRequest.ShareId'. Use the new keyword if hiding was intended.
build: Post.Application/DTOs/Requests/CreateMediaPostRequest.cs#L9
'CreateMediaPostRequest.PhotoId' hides inherited member 'CreatePostBaseRequest.PhotoId'. Use the new keyword if hiding was intended.
build: Post.Application/DTOs/Requests/CreateMediaPostRequest.cs#L11
'CreateMediaPostRequest.VideoId' hides inherited member 'CreatePostBaseRequest.VideoId'. Use the new keyword if hiding was intended.
build: Post.Application/Services/UserTimelineService.cs#L12
Parameter 'logger' is unread.
build: Relationship.Application/Services/ProfileFollowService.cs#L22
Parameter 'logger' is unread.