Merge pull request #109 from GuoWQ222/dev #13
Annotations
10 warnings
Build Logic:
logic/ClientTest/Program.cs#L45
Unreachable code detected
|
Build Logic:
logic/GameEngine/MoveEngine.cs#L65
Dereference of a possibly null reference.
|
Build Logic:
logic/Client/ViewModel/GeneralViewModel.cs#L79
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Logic:
logic/Client/ViewModel/GeneralViewModel.cs#L80
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Logic:
logic/Client/ViewModel/MapViewModel.cs#L57
The field 'GeneralViewModel.fortPositionIndex' is never used
|
Build Logic:
logic/Client/ViewModel/MapViewModel.cs#L58
The field 'GeneralViewModel.wormHolePositionIndex' is never used
|
Build Logic:
logic/Client/ViewModel/MapViewModel.cs#L56
The field 'GeneralViewModel.communityPositionIndex' is never used
|
Build Logic:
logic/Client/ViewModel/MapViewModel.cs#L54
The field 'GeneralViewModel.resourcePositionIndex' is never used
|
Build Logic:
logic/Client/ViewModel/MapViewModel.cs#L55
The field 'GeneralViewModel.factoryPositionIndex' is never used
|
Build Logic:
logic/Client/Old/GameStatusBar.xaml.cs#L12
The field 'GameStatusBar.WormHoleFullHp' is assigned but its value is never used
|
Loading