Removed playerId from PlayerController #395
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run automated unit and integration tests:
AdLerBackend.Domain/Entities/AvatarEntity.cs#L34
Non-nullable property 'PlayerEntity' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run automated unit and integration tests:
AdLerBackend.Domain/Entities/PlayerEntity.cs#L6
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run automated unit and integration tests:
AdLerBackend.Domain/Entities/PlayerEntity.cs#L7
Non-nullable property 'Avatar' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run automated unit and integration tests:
AdLerBackend.Domain/Entities/PlayerEntity.cs#L11
Non-nullable property 'AvatarEntity' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run automated unit and integration tests:
AdLerBackend.Application/Avatar/SetPlayerAvatar/SetPlayerAvatarUseCase.cs#L10
Parameter 'playerRepository' is unread.
|
Run automated unit and integration tests:
AdLerBackend.Application/Avatar/GetAvatarForPlayer/GetAvatarForPlayerUseCase.cs#L10
Parameter 'playerRepository' is unread.
|
Run automated unit and integration tests:
AdLerBackend.Application/Avatar/SetPlayerAvatar/SetPlayerAvatarCommand.cs#L8
Non-nullable property 'AvatarData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run automated unit and integration tests:
AdLerBackend.Application/Common/DTOs/AdaptivityAnsweredQuestionTo.cs#L11
Non-nullable property 'Uuid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run automated unit and integration tests:
AdLerBackend.Application/Common/DTOs/AdaptivityAnsweredQuestionTo.cs#L16
Non-nullable property 'Answer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run automated unit and integration tests:
AdLerBackend.Application/Adaptivity/GetAdaptivityModuleQuestionDetails/GetAdaptivityElementDetailsHandler.cs#L35
Dereference of a possibly null reference.
|
Loading