底层功能测试通过。 #270
build.yml
on: pull_request
dotnet-build-logic
1m 42s
dotnet-build-install
3m 11s
dotnet-build-launcher
1m 14s
Annotations
14 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/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/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/AttackManager.cs#L15
The field 'Game.attackManager' is never used
|
dotnet-build-install:
installer/Model/Tencent_Cos.cs#L27
Non-nullable field 'cosXml' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
dotnet-build-install:
installer/Model/Tencent_Cos.cs#L27
Non-nullable field 'cosXml' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
dotnet-build-install:
installer/Model/Tencent_Cos.cs#L27
Non-nullable field 'cosXml' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
dotnet-build-install:
installer/Model/Tencent_Cos.cs#L27
Non-nullable field 'cosXml' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|