msg Patch update check fix small typo #194
Annotations
20 warnings
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/UI/MainWindow.xaml.cs#L357
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/UI/MainWindow.xaml.cs#L1555
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#L1598
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/OneClickInstall.xaml.cs#L44
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#L78
The variable 'ex' is declared but never used
|
Release:
SA-Mod-Manager/ModsCommon/OneClickInstall.xaml.cs#L137
The variable 'ex' is declared but never used
|
Release:
SA-Mod-Manager/ModInfo.cs#L151
The event 'CodeData.PropertyChanged' is never used
|
Release:
SA-Mod-Manager/ModInfo.cs#L142
The event 'ModData.PropertyChanged' is never used
|
Release:
SA-Mod-Manager/UI/MainWindowViewModel.cs#L17
The event 'MainWindowViewModel.PropertyChanged' is never used
|
Release:
SA-Mod-Manager/ModsCommon/OneClickInstall.xaml.cs#L44
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#L78
The variable 'ex' is declared but never used
|
Release:
SA-Mod-Manager/ModsCommon/OneClickInstall.xaml.cs#L137
The variable 'ex' is declared but never used
|
Release:
SA-Mod-Manager/UI/MainWindow.xaml.cs#L357
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/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/UI/MainWindow.xaml.cs#L1555
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#L1598
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
|
Release:
SA-Mod-Manager/ModInfo.cs#L151
The event 'CodeData.PropertyChanged' is never used
|
Release:
SA-Mod-Manager/ModInfo.cs#L142
The event 'ModData.PropertyChanged' is never used
|