Implement custom mission support with CampaignTagSelector #518
Annotations
10 warnings
|
Build:
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)
|
|
Build:
DXMainClient/DXGUI/Campaign/CampaignSelector.cs#L613
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build:
DXMainClient/Domain/Multiplayer/MapLoader.cs#L273
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Build:
DXMainClient/DXGUI/Multiplayer/GameLobby/GameLobbyBase.cs#L946
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build:
DXMainClient/DXGUI/Multiplayer/GameLobby/GameLobbyBase.cs#L946
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build:
DXMainClient/DXGUI/Multiplayer/PlayerListBox.cs#L30
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build:
DXMainClient/DXGUI/Multiplayer/GameListBox.cs#L41
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build:
DXMainClient/Domain/Mission.cs#L108
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build:
DXMainClient/Domain/Mission.cs#L55
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build:
ClientGUI/IME/SdlIMEHandler.cs#L15
Parameter 'game' is unread.
|
Loading