Custom Background Enhancements Part 1 #259
46 new problems found by Qodana for .NET
Qodana for .NET
13 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Redundant using directive |
🔶 Warning | 6 |
Conditional access qualifier expression is known to be null or not null |
🔶 Warning | 2 |
Possible 'System.NullReferenceException' |
🔶 Warning | 2 |
Expression is always 'true' or always 'false' |
🔶 Warning | 1 |
Assignment is not used |
🔶 Warning | 1 |
Unused nullable directive |
🔶 Warning | 1 |
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report
Detected 101 dependencies
Third-party software list
This page lists the third-party software dependencies used in CollapseLauncher
Contact Qodana team
Contact us at [email protected]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
Check warning on line 527 in CollapseLauncher/XAMLs/MainApp/Pages/SettingsPage.xaml.cs
github-actions / Qodana for .NET
Expression is always 'true' or always 'false'
Expression is always true
Check warning on line 506 in CollapseLauncher/XAMLs/MainApp/MainPage.xaml.cs
github-actions / Qodana for .NET
Conditional access qualifier expression is known to be null or not null
Conditional access qualifier expression is known to be not null
Check warning on line 516 in CollapseLauncher/XAMLs/MainApp/MainPage.xaml.cs
github-actions / Qodana for .NET
Conditional access qualifier expression is known to be null or not null
Conditional access qualifier expression is known to be not null
Check warning on line 511 in CollapseLauncher/XAMLs/MainApp/MainPage.xaml.cs
github-actions / Qodana for .NET
Possible 'System.NullReferenceException'
Possible 'System.NullReferenceException'
Check warning on line 545 in CollapseLauncher/XAMLs/MainApp/MainPage.xaml.cs
github-actions / Qodana for .NET
Possible 'System.NullReferenceException'
Possible 'System.NullReferenceException'
Check warning on line 1944 in CollapseLauncher/XAMLs/MainApp/Pages/HomePage.xaml.cs
github-actions / Qodana for .NET
Assignment is not used
Value assigned is not used in any execution path
github-actions / Qodana for .NET
Redundant using directive
Using directive is not required by the code and can be safely removed
Check warning on line 6 in CollapseLauncher/XAMLs/MainApp/Pages/Dialogs/SimpleDialogs.cs
github-actions / Qodana for .NET
Redundant using directive
Using directive is not required by the code and can be safely removed
Check warning on line 3 in CollapseLauncher/XAMLs/MainApp/Pages/Dialogs/SimpleDialogs.cs
github-actions / Qodana for .NET
Redundant using directive
Using directive is not required by the code and can be safely removed
Check warning on line 22 in CollapseLauncher/XAMLs/MainApp/Pages/HomePage.xaml.cs
github-actions / Qodana for .NET
Redundant using directive
Using directive is not required by the code and can be safely removed
github-actions / Qodana for .NET
Redundant using directive
Using directive is not required by the code and can be safely removed
Check warning on line 12 in CollapseLauncher/XAMLs/MainApp/Pages/HomePage.xaml.cs
github-actions / Qodana for .NET
Redundant using directive
Using directive is not required by the code and can be safely removed
github-actions / Qodana for .NET
Unused nullable directive
Unused nullable directive