chore(deps): update dependency google.protobuf to v3.25.1 #128
Annotations
10 warnings
|
|
logic/GameClass/GameObj/Team.cs#L135
Non-nullable field 'birthPointList' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
logic/GameClass/GameObj/Team.cs#L135
Non-nullable field 'home' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
logic/GameClass/GameObj/Ship.cs#L195
Non-nullable property 'BulletNum' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
logic/GameClass/GameObj/Ship.cs#L195
Non-nullable field 'ArmorModule' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
logic/GameClass/GameObj/Team.cs#L17
Field 'Team.birthPointList' is never assigned to, and will always have its default value null
|
logic/Client/MainPage.xaml.cs#L588
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
logic/Client/MainPage.xaml.cs#L374
The variable 'ex' is declared but never used
|
logic/Client/MainPage.xaml.cs#L597
The field 'MainPage.unit' is never used
|
The logs for this run have expired and are no longer available.
Loading