Skip to content

Automatic Error Collection #357

Automatic Error Collection

Automatic Error Collection #357

GitHub Actions / Qodana for .NET completed Nov 14, 2024 in 0s

4 new problems found by Qodana for .NET

Qodana for .NET

4 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
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]

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 274 in Hi3Helper.Core/Classes/SentryHelper/SentryHelper.cs

See this annotation in the file changed.

@github-actions 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 241 in Hi3Helper.Core/Classes/SentryHelper/SentryHelper.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Dereference of a possibly null reference.

Dereference of a possibly null reference

Check warning on line 22 in Hi3Helper.Core/Classes/SentryHelper/SentryHelper.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Invalid XML documentation comment

Cannot resolve symbol 'SentryOptions'

Check warning on line 135 in Hi3Helper.Core/Classes/SentryHelper/SentryHelper.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Method return value is never used (private accessibility)

Method 'ReleaseExceptionRedirect' return value is never used