Small fix #19
Annotations
6 warnings
|
publish:
Main.cs#L313
The variable 'ex' is declared but never used
|
|
publish:
SettingsPage.cs#L144
The variable 'ex' is declared but never used
|
|
publish:
Main.cs#L136
The variable 'ex' is declared but never used
|
|
publish:
Main.cs#L58
The variable 'ex' is declared but never used
|
|
publish:
Main.cs#L46
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#L52
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.
|