Skip to content

Merge pull request #35 from shangfengh/dev #260

Merge pull request #35 from shangfengh/dev

Merge pull request #35 from shangfengh/dev #260

Triggered via push December 2, 2023 15:10
Status Success
Total duration 2m 7s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: push
dotnet-build-logic
1m 24s
dotnet-build-logic
dotnet-build-install
1m 55s
dotnet-build-install
dotnet-build-launcher
1m 31s
dotnet-build-launcher
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
dotnet-build-logic: logic/Preparation/Utility/SafeValue/Atomic.cs#L290
Non-nullable field 'remainder' 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 '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