Merge pull request #36 from Panxuc/dev #264
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/Client/MainPage.xaml.cs#L597
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#L604
The field 'MainPage.isPlaybackMode' is never used
|
logic/Client/MainPage.xaml.cs#L623
The field 'MainPage.gameTime' is never used
|
logic/Client/MainPage.xaml.cs#L598
Field 'MainPage.isClientStocked' is never assigned to, and will always have its default value false
|
logic/Client/MainPage.xaml.cs#L605
The field 'MainPage.playerID' is never used
|
logic/Client/MainPage.xaml.cs#L606
The field 'MainPage.unit' is never used
|
logic/Client/MainPage.xaml.cs#L597
Field 'MainPage.responseStream' is never assigned to, and will always have its default value null
|
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.
|
The logs for this run have expired and are no longer available.
Loading