feat: ✨ improvement on Areas #197
Annotations
3 errors and 10 warnings
logic/GameClass/GameObj/Areas/AreaFactory.cs#L9
There is no argument given that corresponds to the required parameter 'teamID' of 'Home.Home(XY, long)'
|
logic/GameClass/GameObj/Areas/AreaFactory.cs#L9
There is no argument given that corresponds to the required parameter 'teamID' of 'Home.Home(XY, long)'
|
|
|
|
logic/GameClass/GameObj/Areas/Wormhole.cs#L11
Possible null reference return.
|
logic/Client/MainPage.xaml.cs#L597
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
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.
|
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.
|
logic/Client/MainPage.xaml.cs#L374
The variable 'ex' is declared but never used
|
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/Client/MainPage.xaml.cs#L606
The field 'MainPage.unit' is never used
|
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.
|
The logs for this run have expired and are no longer available.
Loading