Skip to content

Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 (#23) #34

Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 (#23)

Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 (#23) #34

Triggered via push February 7, 2024 04:24
Status Failure
Total duration 56s
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 11 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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/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/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/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#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/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/Chats.razor#L21
Dereference of a possibly null reference.