Skip to content

Fix broken tests.

Fix broken tests. #132

Triggered via push December 18, 2024 23:40
Status Success
Total duration 35s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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/Locations/Dungeon.cs#L198
Nullability of type of parameter 'extraData' doesn't match overridden member (possibly because of nullability attributes).
build: source/TextBlade.Core/Commands/TakeTurnsBattleCommand.cs#L48
Possible null reference assignment.
build: source/TextBlade.Core/Commands/TakeTurnsBattleCommand.cs#L55
Non-nullable field '_game' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: source/TextBlade.Core/Characters/PartyManagement/EquipmentDiffer.cs#L37
Dereference of a possibly null reference.
build: source/TextBlade.Core/Characters/PartyManagement/EquipmentDiffer.cs#L38
Dereference of a possibly null reference.
build: source/TextBlade.Core/Battle/CharacterTurnProcessor.cs#L16
Non-nullable field '_party' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: source/TextBlade.Core/Battle/CharacterTurnProcessor.cs#L47
Possible null reference argument for parameter 'targetMonster' in 'void AttackExecutor.Attack(Character character, Monster targetMonster)'.
build: source/TextBlade.Core/Battle/CharacterTurnProcessor.cs#L54
Converting null literal or possible null value to non-nullable type.
build: source/TextBlade.Core/Battle/CharacterTurnProcessor.cs#L55
Possible null reference argument for parameter 'targets' in 'void SkillApplier.Apply(Character user, Skill skill, IEnumerable<Entity> targets)'.
build: source/TextBlade.Core/IO/Serializer.cs#L20
Possible null reference return.