Skip to content

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

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

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

Triggered via pull request November 25, 2023 14:14
Status Success
Total duration 4m 25s
Artifacts

build.yml

on: pull_request
dotnet-build-logic
4m 9s
dotnet-build-logic
dotnet-build-install
3m 11s
dotnet-build-install
dotnet-build-launcher
1m 29s
dotnet-build-launcher
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/ModuleManager.cs#L8
The field 'Game.moduleManager' is never used
dotnet-build-logic: logic/Gaming/AttackManager.cs#L15
The field 'Game.attackManager' is never used