Merge pull request #38 from eesast/renovate/actions-setup-dotnet-4.x #271
build.yml
on: push
dotnet-build-logic
2m 36s
dotnet-build-install
2m 49s
dotnet-build-launcher
1m 4s
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#L165
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/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/GameClass/GameObj/Ship.cs#L200
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#L82
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#L82
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#L82
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#L82
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
|