Merge pull request #38 from eesast/renovate/actions-setup-dotnet-4.x #271
Annotations
10 warnings
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.
|
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.
|
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.
|
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.
|
logic/GameClass/GameObj/Team.cs#L17
Field 'Team.birthPointList' is never assigned to, and will always have its default value null
|
logic/Gaming/Game.cs#L82
Non-nullable field 'actionManager' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
logic/Gaming/Game.cs#L82
Non-nullable field 'attackManager' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
logic/Gaming/Game.cs#L82
Non-nullable field 'moduleManager' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
logic/Gaming/Game.cs#L82
Non-nullable field 'shipManager' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
logic/Gaming/ActionManager.cs#L13
Field 'Game.actionManager' is never assigned to, and will always have its default value null
|
The logs for this run have expired and are no longer available.
Loading