Skip to content

Custom Background Enhancements Part 1 #265

Custom Background Enhancements Part 1

Custom Background Enhancements Part 1 #265

Triggered via pull request August 25, 2024 15:32
Status Success
Total duration 5m 1s
Artifacts

qodana-scan-pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
Async method invocation without await expression: CollapseLauncher/Classes/Helper/Background/Loaders/StillImageLoader.cs#L94
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.
Redundant using directive: CollapseLauncher/Classes/GameManagement/GameSettings/StarRail/RegistryClass/Model.cs#L10
Using directive is not required by the code and can be safely removed
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/Dialogs/SimpleDialogs.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: CollapseLauncher/XAMLs/MainApp/Pages/SettingsPage.xaml.cs#L17
Using directive is not required by the code and can be safely removed
Redundant using directive: CollapseLauncher/XAMLs/MainApp/Pages/HomePage.xaml.cs#L22
Using directive is not required by the code and can be safely removed
Redundant using directive: CollapseLauncher/XAMLs/MainApp/Pages/GameSettingsPages/StarRailGameSettingsPage.xaml.cs#L20
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