Updated offline version of Mod Loader #192
Annotations
20 warnings
Release:
SA-Mod-Manager/Updater/UpdaterWebClient.cs#L6
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Release:
SA-Mod-Manager/Common/GamesInstall.cs#L641
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.
|
Release:
SA-Mod-Manager/Updater/ModDownload.cs#L161
'WebRequest.Create(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Release:
SA-Mod-Manager/UI/MainWindow.xaml.cs#L1475
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.
|
Release:
SA-Mod-Manager/UI/MainWindow.xaml.cs#L1518
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.
|
Release:
SA-Mod-Manager/ModsCommon/InstallModOptions.xaml.cs#L91
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.
|
Release:
SA-Mod-Manager/ModsCommon/OneClickInstall.xaml.cs#L40
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.
|
Release:
SA-Mod-Manager/ModsCommon/OneClickInstall.xaml.cs#L73
The variable 'ex' is declared but never used
|
Release:
SA-Mod-Manager/ModsCommon/OneClickInstall.xaml.cs#L132
The variable 'ex' is declared but never used
|
Release:
SA-Mod-Manager/UI/MainWindowViewModel.cs#L17
The event 'MainWindowViewModel.PropertyChanged' is never used
|
Release:
SA-Mod-Manager/Updater/UpdaterWebClient.cs#L6
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Release:
SA-Mod-Manager/Common/GamesInstall.cs#L641
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.
|
Release:
SA-Mod-Manager/Updater/ModDownload.cs#L161
'WebRequest.Create(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Release:
SA-Mod-Manager/ModsCommon/InstallModOptions.xaml.cs#L91
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.
|
Release:
SA-Mod-Manager/ModsCommon/OneClickInstall.xaml.cs#L40
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.
|
Release:
SA-Mod-Manager/ModsCommon/OneClickInstall.xaml.cs#L73
The variable 'ex' is declared but never used
|
Release:
SA-Mod-Manager/ModsCommon/OneClickInstall.xaml.cs#L132
The variable 'ex' is declared but never used
|
Release:
SA-Mod-Manager/UI/MainWindow.xaml.cs#L1475
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.
|
Release:
SA-Mod-Manager/UI/MainWindow.xaml.cs#L1518
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.
|
Release:
SA-Mod-Manager/UI/MainWindowViewModel.cs#L17
The event 'MainWindowViewModel.PropertyChanged' is never used
|