Skip to content

Custom Background Enhancements Part 1 #252

Custom Background Enhancements Part 1

Custom Background Enhancements Part 1 #252

Triggered via pull request August 18, 2024 23:23
Status Success
Total duration 5m 0s
Artifacts

qodana-scan-pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
Async function without await expression: CollapseLauncher/XAMLs/MainApp/Pages/HomePage.xaml.cs#L2141
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.
Redundant using directive: CollapseLauncher/XAMLs/MainApp/Pages/Dialogs/SimpleDialogs.cs#L6
Using directive is not required by the code and can be safely removed
Redundant using directive: CollapseLauncher/XAMLs/MainApp/Pages/HomePage.xaml.cs#L51
Using directive is not required by the code and can be safely removed
Redundant using directive: CollapseLauncher/XAMLs/MainApp/Pages/Dialogs/SimpleDialogs.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: CollapseLauncher/XAMLs/MainApp/Pages/HomePage.xaml.cs#L52
Using directive is not required by the code and can be safely removed
Redundant using directive: CollapseLauncher/XAMLs/MainApp/Pages/HomePage.xaml.cs#L12
Using directive is not required by the code and can be safely removed