chore(workflow): check if app runs #91
Annotations
1 error and 8 warnings
|
src/Libs/Components/SpriteComponent.cs#L10
Non-nullable field 'Sprite' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
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.
|
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.
|
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.
|
src/Libs/Components/SpriteComponent.cs#L10
Non-nullable field 'Sprite' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
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.
|
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.
|
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.
|
The logs for this run have expired and are no longer available.
Loading