Automatic Error Collection #350
3 new problems found by Qodana for .NET
Qodana for .NET
3 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Async method invocation without await expression |
🔶 Warning | 1 |
Dereference of a possibly null reference. |
🔶 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
Detected 106 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 186 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 168 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 87 in Hi3Helper.Core/Classes/SentryHelper/SentryHelper.cs
github-actions / Qodana for .NET
Method return value is never used (private accessibility)
Method 'StopSentrySdk' return value is never used