Implement 'Upgrade All' option and app exclusion in settings #17
Annotations
7 warnings
|
publish:
Main.cs#L51
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.
|
|
publish:
Main.cs#L45
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.
|
|
publish:
Main.cs#L57
The variable 'ex' is declared but never used
|
|
publish:
SettingsPage.cs#L144
The variable 'ex' is declared but never used
|
|
publish:
Main.cs#L135
The variable 'ex' is declared but never used
|
|
publish:
Main.cs#L312
The variable 'ex' is declared but never used
|
|
publish:
Main.cs#L340
The variable 'ex' is declared but never used
|