update packages #50
Annotations
10 errors and 10 warnings
tests/Application.UnitTests/MessagingServiceTests/GetAllMessagesTests.cs#L15
Required member 'Message.StatusUserId' must be set in the object initializer or attribute constructor.
|
tests/Application.UnitTests/FriendshipServiceTests/AcceptFriendRequestTests.cs#L15
Required member 'Friendship.StatusUser1Id' must be set in the object initializer or attribute constructor.
|
tests/Application.UnitTests/FriendshipServiceTests/AcceptFriendRequestTests.cs#L15
Required member 'Friendship.StatusUser2Id' must be set in the object initializer or attribute constructor.
|
tests/Application.UnitTests/FriendshipServiceTests/AcceptFriendRequestTests.cs#L42
Required member 'Friendship.StatusUser1Id' must be set in the object initializer or attribute constructor.
|
tests/Application.UnitTests/FriendshipServiceTests/AcceptFriendRequestTests.cs#L42
Required member 'Friendship.StatusUser2Id' must be set in the object initializer or attribute constructor.
|
tests/Application.UnitTests/FriendshipServiceTests/CreateAcceptedFriendshipPairTests.cs#L38
Cannot implicitly convert type 'string' to 'Domain.Entities.StatusUserId'
|
tests/Application.UnitTests/FriendshipServiceTests/CreateAcceptedFriendshipPairTests.cs#L39
Cannot implicitly convert type 'string' to 'Domain.Entities.StatusUserId'
|
tests/Application.UnitTests/FriendshipServiceTests/CreateFriendshipPairTests.cs#L38
Cannot implicitly convert type 'string' to 'Domain.Entities.StatusUserId'
|
tests/Application.UnitTests/FriendshipServiceTests/CreateFriendshipPairTests.cs#L39
Cannot implicitly convert type 'string' to 'Domain.Entities.StatusUserId'
|
tests/Application.UnitTests/FriendshipServiceTests/GetAllFriendshipsTests.cs#L25
Cannot implicitly convert type 'string' to 'Domain.Entities.StatusUserId'
|
src/WebUI/Program.cs#L30
Possible null reference argument for parameter 'hubBaseUrl' in 'SignalRClient.SignalRClient(DataState dataState, NotifierService notifierService, string hubBaseUrl)'.
|
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.
|
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.
|
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.
|
src/WebUI/Pages/Chats.razor#L21
Dereference of a possibly null reference.
|
src/WebUI/Pages/Chats.razor#L21
Dereference of a possibly null reference.
|
src/WebUI/Pages/Chats.razor#L81
Dereference of a possibly null reference.
|
src/WebUI/Components/ProfileDialog.razor#L8
Dereference of a possibly null reference.
|
src/WebUI/Components/ProfileDialog.razor#L9
Dereference of a possibly null reference.
|
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.
|
This job failed
Loading