Fix loading screen hanging on map parsing errors #782
Merged
Annotations
10 warnings
|
DXMainClient/DXGUI/Multiplayer/LANLobby.cs#L102
Field 'LANLobby.pmWindow' is never assigned to, and will always have its default value null
|
|
DXMainClient/DXGUI/Multiplayer/CnCNet/CnCNetGameLoadingLobby.cs#L80
The field 'CnCNetGameLoadingLobby.gameModes' is never used
|
|
DXMainClient/DXGUI/Generic/LoadingScreen.cs#L43
The field 'LoadingScreen.privateMessagingPanel' is never used
|
|
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)
|
|
DXMainClient/Domain/Multiplayer/CnCNet/MapSharer.cs#L217
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
|
DXMainClient/DXGUI/Multiplayer/GameLobby/GameLobbyBase.cs#L835
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
DXMainClient/DXGUI/Multiplayer/GameLobby/GameLobbyBase.cs#L835
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
DXMainClient/DXGUI/Multiplayer/GameListBox.cs#L41
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
DXMainClient/DXGUI/Generic/ManualUpdateQueryWindow.cs#L5
The using directive for 'ClientCore.Extensions' appeared previously in this namespace
|
|
ClientGUI/IME/SdlIMEHandler.cs#L15
Parameter 'game' is unread.
|
The logs for this run have expired and are no longer available.
Loading