Feature/ability to undo a move (#45) #75
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
XiangqiCore/Attributes/SymbolAttribute.cs#L23
Cannot convert null literal to non-nullable reference type.
|
Build:
XiangqiCore/Game/XiangqiGame.cs#L19
Non-nullable field '_moveParsingService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
XiangqiCore/Game/XiangqiGame.cs#L19
Non-nullable property 'InitialFenString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
XiangqiCore/Game/XiangqiGame.cs#L19
Non-nullable property 'RedPlayer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
XiangqiCore/Game/XiangqiGame.cs#L19
Non-nullable property 'BlackPlayer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
XiangqiCore/Game/XiangqiGame.cs#L19
Non-nullable property 'Competition' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
XiangqiCore/Game/XiangqiGame.cs#L19
Non-nullable property 'GameName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
XiangqiCore/Game/XiangqiGame.cs#L19
Non-nullable property 'Board' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
XiangqiCore/Game/XiangqiGame.cs#L30
Non-nullable property 'Board' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
XiangqiCore/Extension/EnumExtension.cs#L21
Possible null reference return.
|
Loading