Skip to content

Removed playerId from PlayerController #395

Removed playerId from PlayerController

Removed playerId from PlayerController #395

Triggered via push January 8, 2025 09:05
Status Success
Total duration 4m 25s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

41 warnings
build (macos-latest): 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.
build (macos-latest): 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.
build (macos-latest): 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.
build (macos-latest): 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.
build (macos-latest): AdLerBackend.Application/World/WorldManagement/UploadWorld/UploadWorldUseCase.cs#L30
Converting null literal or possible null value to non-nullable type.
build (macos-latest): AdLerBackend.Application/World/WorldManagement/UploadWorld/UploadWorldUseCase.cs#L31
Converting null literal or possible null value to non-nullable type.
build (macos-latest): AdLerBackend.Application/World/WorldManagement/UploadWorld/UploadWorldUseCase.cs#L32
Converting null literal or possible null value to non-nullable type.
build (macos-latest): AdLerBackend.Application/World/WorldManagement/UploadWorld/UploadWorldUseCase.cs#L33
Converting null literal or possible null value to non-nullable type.
build (macos-latest): AdLerBackend.Application/World/WorldManagement/UploadWorld/UploadWorldUseCase.cs#L34
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (ubuntu-latest): 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.
build (ubuntu-latest): 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.
build (ubuntu-latest): 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.
build (ubuntu-latest): 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.
build (ubuntu-latest): 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.
build (ubuntu-latest): 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.
build (ubuntu-latest): 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.
build (ubuntu-20.04): 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.
build (ubuntu-20.04): 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.
build (ubuntu-20.04): 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.
build (ubuntu-20.04): 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.
build (ubuntu-20.04): AdLerBackend.Application/World/WorldManagement/UploadWorld/UploadWorldUseCase.cs#L30
Converting null literal or possible null value to non-nullable type.
build (ubuntu-20.04): AdLerBackend.Application/World/WorldManagement/UploadWorld/UploadWorldUseCase.cs#L31
Converting null literal or possible null value to non-nullable type.
build (ubuntu-20.04): AdLerBackend.Application/World/WorldManagement/UploadWorld/UploadWorldUseCase.cs#L32
Converting null literal or possible null value to non-nullable type.
build (ubuntu-20.04): AdLerBackend.Application/World/WorldManagement/UploadWorld/UploadWorldUseCase.cs#L33
Converting null literal or possible null value to non-nullable type.
build (ubuntu-20.04): AdLerBackend.Application/World/WorldManagement/UploadWorld/UploadWorldUseCase.cs#L34
Converting null literal or possible null value to non-nullable type.
build (windows-latest): 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.
build (windows-latest): 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.
build (windows-latest): 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.
build (windows-latest): 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.
build (windows-latest): 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.
build (windows-latest): 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.
build (windows-latest): 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.