refactor: cleanup & comments & di structure #103
Annotations
13 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.
|
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/Apps/GameDesktop/Program.cs#L11
The using directive for 'GameDesktop.Resources' appeared previously in this namespace
|
The logs for this run have expired and are no longer available.
Loading