Skip to content

update packages

update packages #47

Triggered via push May 18, 2024 01:04
Status Failure
Total duration 44s
Artifacts

prod-deploy.yml

on: push
Pipeline  /  deploy-bicep
0s
Pipeline / deploy-bicep
Pipeline  /  deploy-api
0s
Pipeline / deploy-api
Pipeline  /  deploy-webui
0s
Pipeline / deploy-webui
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
Pipeline / build: tests/Application.UnitTests/MessagingServiceTests/GetAllMessagesTests.cs#L15
Required member 'Message.StatusUserId' must be set in the object initializer or attribute constructor.
Pipeline / build: tests/Application.UnitTests/FriendshipServiceTests/AcceptFriendRequestTests.cs#L15
Required member 'Friendship.StatusUser1Id' must be set in the object initializer or attribute constructor.
Pipeline / build: tests/Application.UnitTests/FriendshipServiceTests/AcceptFriendRequestTests.cs#L15
Required member 'Friendship.StatusUser2Id' must be set in the object initializer or attribute constructor.
Pipeline / build: tests/Application.UnitTests/FriendshipServiceTests/AcceptFriendRequestTests.cs#L42
Required member 'Friendship.StatusUser1Id' must be set in the object initializer or attribute constructor.
Pipeline / build: tests/Application.UnitTests/FriendshipServiceTests/AcceptFriendRequestTests.cs#L42
Required member 'Friendship.StatusUser2Id' must be set in the object initializer or attribute constructor.
Pipeline / build: tests/Application.UnitTests/FriendshipServiceTests/CreateAcceptedFriendshipPairTests.cs#L38
Cannot implicitly convert type 'string' to 'Domain.Entities.StatusUserId'
Pipeline / build: tests/Application.UnitTests/FriendshipServiceTests/CreateAcceptedFriendshipPairTests.cs#L39
Cannot implicitly convert type 'string' to 'Domain.Entities.StatusUserId'
Pipeline / build: tests/Application.UnitTests/FriendshipServiceTests/CreateFriendshipPairTests.cs#L38
Cannot implicitly convert type 'string' to 'Domain.Entities.StatusUserId'
Pipeline / build: tests/Application.UnitTests/FriendshipServiceTests/CreateFriendshipPairTests.cs#L39
Cannot implicitly convert type 'string' to 'Domain.Entities.StatusUserId'
Pipeline / build: tests/Application.UnitTests/FriendshipServiceTests/GetAllFriendshipsTests.cs#L25
Cannot implicitly convert type 'string' to 'Domain.Entities.StatusUserId'
Pipeline / build: src/WebUI/Program.cs#L30
Possible null reference argument for parameter 'hubBaseUrl' in 'SignalRClient.SignalRClient(DataState dataState, NotifierService notifierService, string hubBaseUrl)'.
Pipeline / build: src/WebUI/SignalRClient.cs#L28
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.
Pipeline / build: src/WebUI/Components/ProfileDialog.razor#L8
Dereference of a possibly null reference.
Pipeline / build: src/WebUI/Components/ProfileDialog.razor#L9
Dereference of a possibly null reference.
Pipeline / build: src/WebUI/Components/ProfileDialog.razor#L34
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.
Pipeline / build: src/WebUI/Components/ProfileDialog.razor#L64
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Pipeline / build: src/WebUI/Pages/Login.razor#L28
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.
Pipeline / build: src/WebUI/Components/AllFriendsStatus.razor#L52
Dereference of a possibly null reference.
Pipeline / build: src/WebUI/Components/AllFriendsStatus.razor#L54
Dereference of a possibly null reference.
Pipeline / build: src/WebUI/Pages/MyStatus.razor#L39
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.