Skip to content

Fix encoding

Fix encoding #20

Triggered via push May 29, 2025 16:56
Status Success
Total duration 1m 7s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
publish: Main.cs#L314
The variable 'ex' is declared but never used
publish: Main.cs#L137
The variable 'ex' is declared but never used
publish: SettingsPage.cs#L144
The variable 'ex' is declared but never used
publish: Main.cs#L59
The variable 'ex' is declared but never used
publish: Main.cs#L47
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#L53
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.