Fix typo. Increment version. #123
Annotations
10 errors and 11 warnings
build:
source/TextBlade.Core.Tests/Locations/DungeonTests.cs#L18
Argument 3: cannot convert from 'string' to 'int'
|
build:
source/TextBlade.Core.Tests/Locations/DungeonTests.cs#L18
Argument 4: cannot convert from 'int' to 'System.Collections.Generic.List<string>'
|
build:
source/TextBlade.Core.Tests/Locations/DungeonTests.cs#L18
'string' does not contain a constructor that takes 0 arguments
|
build:
source/TextBlade.Core.Tests/Locations/DungeonTests.cs#L18
'string' does not contain a definition for 'Add' and no accessible extension method 'Add' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)
|
build:
source/TextBlade.Core.Tests/Locations/DungeonTests.cs#L18
Cannot implicitly convert type 'string' to 'char'
|
build:
source/TextBlade.Core.Tests/Locations/DungeonTests.cs#L18
Cannot implicitly convert type 'string' to 'char'
|
build:
source/TextBlade.Core.Tests/Locations/DungeonTests.cs#L26
Argument 3: cannot convert from 'string' to 'int'
|
build:
source/TextBlade.Core.Tests/Locations/DungeonTests.cs#L26
Argument 4: cannot convert from 'int' to 'System.Collections.Generic.List<string>'
|
build:
source/TextBlade.Core.Tests/Locations/DungeonTests.cs#L26
'string' does not contain a constructor that takes 0 arguments
|
build:
source/TextBlade.Core.Tests/Locations/DungeonTests.cs#L122
Argument 3: cannot convert from 'string' to 'int'
|
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/Locations/Dungeon.cs#L25
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/IO/Serializer.cs#L20
Possible null reference return.
|
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#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.
|
build:
source/TextBlade.Core/IO/SaveGameManager.cs#L21
Possible null reference assignment.
|
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.
|