Disable generating XML documentation files (#566) #1264
Annotations
10 warnings
Build YR:
DXMainClient/DXGUI/GameClass.cs#L13
The using directive for 'ClientGUI' appeared previously in this namespace
|
Build YR:
DXMainClient/DXGUI/Generic/ManualUpdateQueryWindow.cs#L5
The using directive for 'ClientCore.Extensions' appeared previously in this namespace
|
Build YR:
DXMainClient/DXGUI/Multiplayer/CnCNet/GlobalContextMenu.cs#L8
The using directive for 'ClientCore.Extensions' appeared previously in this namespace
|
Build YR:
DXMainClient/DXGUI/Multiplayer/GameLobby/GameLobbyBase.cs#L765
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build YR:
DXMainClient/DXGUI/Multiplayer/GameLobby/GameLobbyBase.cs#L765
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build YR:
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 YR:
DXMainClient/Domain/Multiplayer/CnCNet/TunnelHandler.cs#L151
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build YR:
DXMainClient/Domain/Multiplayer/CnCNet/MapSharer.cs#L213
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build YR:
DXMainClient/Domain/Multiplayer/CnCNet/MapSharer.cs#L464
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build YR:
DXMainClient/Domain/Multiplayer/CnCNet/ExtendedWebClient.cs#L11
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Loading