Skip to content

II. Better Game Architecture - ECS & DI. #86

II. Better Game Architecture - ECS & DI.

II. Better Game Architecture - ECS & DI. #86

Triggered via push September 20, 2023 09:55
Status Success
Total duration 3m 21s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: push
Matrix: Build
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Build (ubuntu-latest): src/Libs/Components/MovementAnimationComponent.cs#L19
Non-nullable field 'PlayingAnimation' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build (ubuntu-latest): src/Libs/Components/MovementAnimationComponent.cs#L19
Non-nullable field 'IdleAnimations' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build (ubuntu-latest): src/Libs/Components/MovementAnimationComponent.cs#L19
Non-nullable field 'WalkingAnimations' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build (ubuntu-latest): src/Libs/Components/MovementAnimationComponent.cs#L19
Non-nullable field 'PlayingAnimation' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build (ubuntu-latest): src/Libs/Components/MovementAnimationComponent.cs#L19
Non-nullable field 'IdleAnimations' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build (ubuntu-latest): src/Libs/Components/MovementAnimationComponent.cs#L19
Non-nullable field 'WalkingAnimations' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build (windows-latest): src/Libs/Components/MovementAnimationComponent.cs#L19
Non-nullable field 'PlayingAnimation' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build (windows-latest): src/Libs/Components/MovementAnimationComponent.cs#L19
Non-nullable field 'IdleAnimations' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build (windows-latest): src/Libs/Components/MovementAnimationComponent.cs#L19
Non-nullable field 'WalkingAnimations' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build (windows-latest): src/Libs/Components/MovementAnimationComponent.cs#L19
Non-nullable field 'PlayingAnimation' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build (windows-latest): src/Libs/Components/MovementAnimationComponent.cs#L19
Non-nullable field 'IdleAnimations' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build (windows-latest): src/Libs/Components/MovementAnimationComponent.cs#L19
Non-nullable field 'WalkingAnimations' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.