Skip to content

docs: 🎨 server

docs: 🎨 server #61

Triggered via pull request October 28, 2023 14:41
@GuoWQ222GuoWQ222
synchronize #8
GuoWQ222:dev
Status Failure
Total duration 1m 35s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
dotnet-build: logic/Server/RpcServices.cs#L9
'GameServer' does not implement inherited abstract member 'ServerBase.WaitForEnd()'
dotnet-build: logic/Server/RpcServices.cs#L9
'GameServer' does not implement inherited abstract member 'ServerBase.GetScore()'
dotnet-build: logic/Server/RpcServices.cs#L9
'GameServer' does not implement inherited abstract member 'ServerBase.WaitForEnd()'
dotnet-build: logic/Server/RpcServices.cs#L9
'GameServer' does not implement inherited abstract member 'ServerBase.GetScore()'
dotnet-build
Process completed with exit code 1.
dotnet-build: logic/GameClass/GameObj/Team.cs#L116
Non-nullable field 'birthPointList' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-build: logic/GameClass/GameObj/Team.cs#L116
Non-nullable field 'home' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-build: logic/GameClass/GameObj/Ship.cs#L171
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#L171
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#L171
Non-nullable property 'BulletNum' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-build: logic/GameClass/GameObj/Team.cs#L16
Field 'Team.birthPointList' is never assigned to, and will always have its default value null
dotnet-build: logic/Gaming/ActionManager.cs#L16
Non-nullable field 'moveEngine' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-build: logic/Gaming/Game.cs#L81
Non-nullable field 'actionManager' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-build: logic/Gaming/Game.cs#L81
Non-nullable field 'moduleManager' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-build: logic/Gaming/Game.cs#L81
Non-nullable field 'shipManager' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.