Update dependency Microsoft.Extensions.Logging.Debug to v8 #249
build.yml
on: pull_request
dotnet-build-logic
1m 38s
dotnet-build-install
3m 58s
dotnet-build-launcher
1m 8s
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/ShipManager.cs#L10
Field 'Game.shipManager' is never assigned to, and will always have its default value null
|