Skip to content

feat: basic structure of logic #46

feat: basic structure of logic

feat: basic structure of logic #46

Triggered via pull request October 27, 2023 15:15
@asdawejasdawej
synchronize #11
panxuc:dev
Status Failure
Total duration 1m 45s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
dotnet-build: logic/GameClass/GameObj/Team.cs#L16
There is no argument given that corresponds to the required parameter 'initPos' of 'Home.Home(XY, GameObjType)'
dotnet-build: logic/GameClass/GameObj/Map.cs#L45
The type or namespace name 'OutOfBoundBlock' could not be found (are you missing a using directive or an assembly reference?)
dotnet-build: logic/GameClass/GameObj/Team.cs#L16
There is no argument given that corresponds to the required parameter 'initPos' of 'Home.Home(XY, GameObjType)'
dotnet-build: logic/GameClass/GameObj/Map.cs#L45
The type or namespace name 'OutOfBoundBlock' could not be found (are you missing a using directive or an assembly reference?)
dotnet-build
Process completed with exit code 1.
dotnet-build: logic/GameClass/GameObj/Ship.cs#L162
Non-nullable property 'Armor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-build: logic/GameClass/GameObj/Ship.cs#L162
Non-nullable property 'Shield' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-build: logic/GameClass/GameObj/Ship.cs#L162
Non-nullable property 'BulletNum' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-build: logic/GameClass/GameObj/Map.cs#L11
Non-nullable field 'gameObjDict' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-build: logic/GameClass/GameObj/Map.cs#L13
Non-nullable field 'gameObjLockDict' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-build: logic/GameClass/GameObj/Map.cs#L15
Non-nullable field 'protoGameMap' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-build: logic/GameClass/GameObj/Map.cs#L13
Field 'Map.gameObjLockDict' is never assigned to, and will always have its default value null
dotnet-build: logic/GameClass/GameObj/Map.cs#L11
Field 'Map.gameObjDict' is never assigned to, and will always have its default value null
dotnet-build: logic/GameClass/GameObj/Ship.cs#L162
Non-nullable property 'Armor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-build: logic/GameClass/GameObj/Ship.cs#L162
Non-nullable property 'Shield' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.