Skip to content

Small fix

Small fix #19

Triggered via push April 1, 2025 20:18
Status Success
Total duration 2m 20s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

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.