Allow disabling specific sides for human or AI players only #1283
Annotations
10 warnings
Build TS:
DXMainClient/DXGUI/GameClass.cs#L13
The using directive for 'ClientGUI' appeared previously in this namespace
|
Build TS:
DXMainClient/DXGUI/Generic/ManualUpdateQueryWindow.cs#L5
The using directive for 'ClientCore.Extensions' appeared previously in this namespace
|
Build TS:
DXMainClient/DXGUI/Multiplayer/CnCNet/GlobalContextMenu.cs#L8
The using directive for 'ClientCore.Extensions' appeared previously in this namespace
|
Build TS:
DXMainClient/DXGUI/Multiplayer/GameLobby/GameLobbyBase.cs#L772
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build TS:
DXMainClient/DXGUI/Multiplayer/GameLobby/GameLobbyBase.cs#L772
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build TS:
DXMainClient/Startup.cs#L65
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Build TS:
DXMainClient/Domain/Multiplayer/CnCNet/MapSharer.cs#L216
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build TS:
DXMainClient/Domain/Multiplayer/CnCNet/ExtendedWebClient.cs#L13
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build TS:
DXMainClient/DXGUI/Multiplayer/GameLobby/CnCNetGameLobby.cs#L60
Assignment made to same variable; did you mean to assign something else?
|
Build TS:
DXMainClient/DXGUI/Generic/LoadingScreen.cs#L37
The field 'LoadingScreen.privateMessagingPanel' is never used
|
Loading