Skip to content

Merge branch 'master' of https://github.com/TheInfinityNet/InfinityNe… #71

Merge branch 'master' of https://github.com/TheInfinityNet/InfinityNe…

Merge branch 'master' of https://github.com/TheInfinityNet/InfinityNe… #71

Triggered via push December 7, 2024 16:57
Status Success
Total duration 1m 10s
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: Notification.Application/Services/NotificationService.cs#L13
Parameter 'logger' is unread.
build: File.Application/Services/VideoMetadataService.cs#L11
Parameter 'logger' is unread.
build: File.Application/Services/PhotoMetadataService.cs#L11
Parameter 'logger' is unread.
build: Relationship.Application/Services/ProfileFollowService.cs#L19
Parameter 'logger' is unread.
build: Relationship.Application/Services/ProfileFollowService.cs#L20
Parameter 'localizer' is unread.
build: Relationship.Application/Services/FriendshipService.cs#L19
Parameter 'followService' is unread.
build: Relationship.Application/Services/FriendshipService.cs#L21
Parameter 'logger' is unread.
build: Relationship.Application/Services/ProfileBlockService.cs#L18
Parameter 'logger' is unread.
build: Relationship.Application/Services/ProfileBlockService.cs#L19
Parameter 'localizer' is unread.
build: File.Infrastructure/Data/DbInitialization.cs#L20
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.