Skip to content

chore!: expect workflow to throw error on di resolving dep #104

chore!: expect workflow to throw error on di resolving dep

chore!: expect workflow to throw error on di resolving dep #104

Triggered via push September 28, 2023 08:04
Status Failure
Total duration 1m 13s
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

3 errors and 13 warnings
Build (ubuntu-latest)
Process completed with exit code 1.
Build (windows-latest)
The job was canceled because "ubuntu-latest" failed.
Build (windows-latest)
The operation was canceled.
Build (ubuntu-latest): 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.
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/SpriteComponent.cs#L10
Non-nullable field 'Sprite' 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 (ubuntu-latest): 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.
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/Apps/GameDesktop/Program.cs#L11
The using directive for 'GameDesktop.Resources' appeared previously in this namespace