Skip to content

CRR: Ship.cs & Gaming #280

CRR: Ship.cs & Gaming

CRR: Ship.cs & Gaming #280

Triggered via pull request December 9, 2023 14:49
@asdawejasdawej
synchronize #41
asdawej:dev
Status Success
Total duration 3m 52s
Artifacts

build.yml

on: pull_request
dotnet-build-logic
3m 41s
dotnet-build-logic
dotnet-build-install
2m 36s
dotnet-build-install
dotnet-build-launcher
58s
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/Areas/Home.cs#L14
Non-nullable property 'TeamID' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-build-logic: logic/Gaming/Game.cs#L133
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#L133
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#L133
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#L133
Non-nullable field 'shipManager' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-build-logic: logic/Gaming/ShipManager.cs#L10
Field 'Game.shipManager' is never assigned to, and will always have its default value null
dotnet-build-logic: logic/Gaming/AttackManager.cs#L15
Field 'Game.attackManager' is never assigned to, and will always have its default value null
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