Somewhat simplify code. #131
Annotations
7 errors and 11 warnings
Build:
source/TextBlade.Core.Tests/Commands/Display/ShowPartyStatusCommandTests.cs#L25
No overload for method 'Execute' takes 2 arguments
|
Build:
source/TextBlade.Core.Tests/Commands/Display/ShowHelpCommandTests.cs#L25
No overload for method 'Execute' takes 2 arguments
|
Build:
source/TextBlade.Core.Tests/Commands/Display/ShowCreditsCommandTests.cs#L18
No overload for method 'Execute' takes 2 arguments
|
Build:
source/TextBlade.Core.Tests/Commands/Display/ShowPartyStatusCommandTests.cs#L25
No overload for method 'Execute' takes 2 arguments
|
Build:
source/TextBlade.Core.Tests/Commands/Display/ShowHelpCommandTests.cs#L25
No overload for method 'Execute' takes 2 arguments
|
Build:
source/TextBlade.Core.Tests/Commands/Display/ShowCreditsCommandTests.cs#L18
No overload for method 'Execute' takes 2 arguments
|
Build
Process completed with exit code 1.
|
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/IO/Serializer.cs#L20
Possible null reference return.
|
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/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/IO/SaveGameManager.cs#L18
Possible null reference assignment.
|
Loading