Automatic Error Collection #1203
6 new problems found by Qodana for .NET
Qodana for .NET
6 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Async method invocation without await expression |
🔶 Warning | 1 |
Dereference of a possibly null reference. |
🔶 Warning | 1 |
Invalid XML documentation comment |
🔶 Warning | 1 |
Possible 'System.NullReferenceException' |
🔶 Warning | 1 |
Redundant using directive |
🔶 Warning | 1 |
Method return value is never used (private accessibility) |
🔶 Warning | 1 |
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report
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 252 in Hi3Helper.Core/Classes/SentryHelper/SentryHelper.cs
github-actions / Qodana for .NET
Async method invocation without await expression
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.
Check warning on line 219 in Hi3Helper.Core/Classes/SentryHelper/SentryHelper.cs
github-actions / Qodana for .NET
Dereference of a possibly null reference.
Dereference of a possibly null reference
Check warning on line 20 in Hi3Helper.Core/Classes/SentryHelper/SentryHelper.cs
github-actions / Qodana for .NET
Invalid XML documentation comment
Cannot resolve symbol 'SentryOptions'
Check warning on line 41 in CollapseLauncher/Classes/Interfaces/Class/CommunityToolsProperty.cs
github-actions / Qodana for .NET
Possible 'System.NullReferenceException'
Possible 'System.NullReferenceException'
Check warning on line 7 in CollapseLauncher/XAMLs/MainApp/Pages/RepairPage.xaml.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 132 in Hi3Helper.Core/Classes/SentryHelper/SentryHelper.cs
github-actions / Qodana for .NET
Method return value is never used (private accessibility)
Method 'ReleaseExceptionRedirect' return value is never used