Automatic Error Collection #350
Annotations
6 warnings
Async method invocation without await expression:
Hi3Helper.Core/Classes/SentryHelper/SentryHelper.cs#L186
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#L168
Dereference of a possibly null reference
|
Method return value is never used (private accessibility):
Hi3Helper.Core/Classes/SentryHelper/SentryHelper.cs#L87
Method 'StopSentrySdk' 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
|