Skip to content

Pipeline: install libVLC #184

Pipeline: install libVLC

Pipeline: install libVLC #184

Triggered via push January 12, 2025 21:31
Status Failure
Total duration 40s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: source/TextBlade.Core/Commands/Dungeon/FightCommand.cs#L8
Non-nullable property 'System' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: source/TextBlade.Core/Commands/Display/ShowInventoryCommand.cs#L18
Non-nullable field '_console' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: source/TextBlade.Core/Commands/Display/ShowInventoryCommand.cs#L18
Non-nullable field '_equipper' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: source/TextBlade.Core/Commands/Display/ShowInventoryCommand.cs#L18
Non-nullable field '_itemUser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: source/TextBlade.Core/IO/Serializer.cs#L20
Possible null reference return.
build: source/TextBlade.Core/IO/Serializer.cs#L36
Possible null reference argument for parameter 'item' in 'void List<Character>.Add(Character item)'.
build: source/TextBlade.Core/IO/Serializer.cs#L54
Argument of type 'KeyValuePair<string, JToken?>' cannot be used for parameter 'jsonToken' of type 'KeyValuePair<string, JToken>' in 'Skill Serializer.DeserializeSkill(JObject allSkillData, KeyValuePair<string, JToken> jsonToken)' due to differences in the nullability of reference types.
build: source/TextBlade.Core/IO/SaveGameManager.cs#L20
Possible null reference assignment.
build: source/TextBlade.Core/IO/SaveGameManager.cs#L23
Possible null reference assignment.
build: source/TextBlade.Core/IO/SaveData.cs#L25
Non-nullable property 'Party' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.