Automatic Error Collection #357
Triggered via pull request
November 14, 2024 13:14
Status
Success
Total duration
11m 19s
Artifacts
–
Annotations
7 warnings
Async method invocation without await expression:
Hi3Helper.Core/Classes/SentryHelper/SentryHelper.cs#L274
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.
|
Dereference of a possibly null reference.:
Hi3Helper.Core/Classes/SentryHelper/SentryHelper.cs#L241
Dereference of a possibly null reference
|
Invalid XML documentation comment:
Hi3Helper.Core/Classes/SentryHelper/SentryHelper.cs#L22
Cannot resolve symbol 'SentryOptions'
|
Method return value is never used (private accessibility):
Hi3Helper.Core/Classes/SentryHelper/SentryHelper.cs#L135
Method 'ReleaseExceptionRedirect' return value is never used
|
qodana
You are running a Qodana linter without an exact version tag: jetbrains/qodana-dotnet:latest
|
qodana
You are running a Qodana linter without an exact version tag: jetbrains/qodana-dotnet:latest
|
qodana
You are running a Qodana linter without an exact version tag: jetbrains/qodana-dotnet:latest
|