Skip to content

build: ⬆️ 修改installer,grpc和playback版本至.net 8.0。 #240

build: ⬆️ 修改installer,grpc和playback版本至.net 8.0。

build: ⬆️ 修改installer,grpc和playback版本至.net 8.0。 #240

Triggered via pull request November 25, 2023 13:42
Status Failure
Total duration 3m 4s
Artifacts

build.yml

on: pull_request
dotnet-build-logic
1m 32s
dotnet-build-logic
dotnet-build-install
2m 51s
dotnet-build-install
dotnet-build-launcher
1m 26s
dotnet-build-launcher
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
dotnet-build-logic
Process completed with exit code 1.
dotnet-build-logic: logic/GameClass/GameObj/Team.cs#L127
Non-nullable field 'birthPointList' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-build-logic: logic/GameClass/GameObj/Team.cs#L127
Non-nullable field 'home' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-build-logic: logic/GameClass/GameObj/Ship.cs#L198
Non-nullable property 'BulletNum' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-build-logic: logic/GameClass/GameObj/Team.cs#L17
Field 'Team.birthPointList' is never assigned to, and will always have its default value null
dotnet-build-logic: 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: logic/Gaming/Game.cs#L81
Non-nullable field 'attackManager' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-build-logic: 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: logic/Gaming/Game.cs#L81
Non-nullable field 'shipManager' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-build-logic: logic/Gaming/ActionManager.cs#L13
Field 'Game.actionManager' is never assigned to, and will always have its default value null
dotnet-build-logic: logic/Gaming/ModuleManager.cs#L8
The field 'Game.moduleManager' is never used