Merge pull request #126 from shangfengh/dev #17
Annotations
10 warnings
Build Logic:
logic/ClientTest/Program.cs#L41
Unreachable code detected
|
Build Logic:
logic/GameEngine/MoveEngine.cs#L65
Dereference of a possibly null reference.
|
Build Logic:
logic/Client/ViewModel/GeneralViewModel.cs#L65
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Logic:
logic/Client/ViewModel/GeneralViewModel.cs#L66
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Logic:
logic/Client/ViewModel/MapViewModel.cs#L487
The variable 'ex' is declared but never used
|
Build Logic:
logic/Client/ViewModel/MapViewModel.cs#L58
The field 'GeneralViewModel.communityPositionIndex' is never used
|
Build Logic:
logic/Client/ViewModel/MapViewModel.cs#L910
Field 'GeneralViewModel.drawPicLock' is never assigned to, and will always have its default value null
|
Build Logic:
logic/Client/ViewModel/MapViewModel.cs#L59
The field 'GeneralViewModel.fortPositionIndex' is never used
|
Build Logic:
logic/Client/ViewModel/MapViewModel.cs#L56
The field 'GeneralViewModel.resourcePositionIndex' is never used
|
Build Logic:
logic/Client/ViewModel/MapViewModel.cs#L57
The field 'GeneralViewModel.factoryPositionIndex' is never used
|
Loading