Skip to content

Fix: burner damage was lower than expected #119

Fix: burner damage was lower than expected

Fix: burner damage was lower than expected #119

Triggered via push December 17, 2024 02:11
Status Success
Total duration 34s
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#L200
Nullability of type of parameter 'extraData' doesn't match overridden member (possibly because of nullability attributes).
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#L45
Dereference of a possibly null reference.
build: source/TextBlade.Core/Battle/CharacterTurnProcessor.cs#L39
Possible null reference argument for parameter 'targetMonster' in 'string CharacterTurnProcessor.Attack(Character character, Monster targetMonster)'.
build: source/TextBlade.Core/IO/SaveGameManager.cs#L18
Possible null reference assignment.
build: source/TextBlade.Core/IO/SaveGameManager.cs#L21
Possible null reference assignment.
build: source/TextBlade.Core/Battle/ItemUser.cs#L34
Dereference of a possibly null reference.
build: source/TextBlade.Core/IO/SaveData.cs#L9
Non-nullable property 'Party' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: source/TextBlade.Core/IO/SaveData.cs#L10
Non-nullable property 'Switches' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.