Automatic Error Collection #358
16 new problems found by Qodana for .NET
Qodana for .NET
16 new problems were found
Inspection name | Severity | Problems |
---|---|---|
RoslynAnalyzers Project does not enable unsafe blocks |
🔶 Warning | 11 |
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 |
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 333 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 300 in Hi3Helper.Core/Classes/SentryHelper/SentryHelper.cs
github-actions / Qodana for .NET
Dereference of a possibly null reference.
Dereference of a possibly null reference
github-actions / Qodana for .NET
RoslynAnalyzers Project does not enable unsafe blocks
Type 'System.Drawing.Bitmap' implements generic WinRT interfaces which requires generated code using unsafe for trimming and AOT compatibility if passed across the WinRT ABI. Project needs to be updated with 'true'.
github-actions / Qodana for .NET
RoslynAnalyzers Project does not enable unsafe blocks
Type 'System.IO.FileStream' implements generic WinRT interfaces which requires generated code using unsafe for trimming and AOT compatibility if passed across the WinRT ABI. Project needs to be updated with 'true'.
github-actions / Qodana for .NET
RoslynAnalyzers Project does not enable unsafe blocks
Type 'System.IO.Stream' implements generic WinRT interfaces which requires generated code using unsafe for trimming and AOT compatibility if passed across the WinRT ABI. Project needs to be updated with 'true'.
github-actions / Qodana for .NET
RoslynAnalyzers Project does not enable unsafe blocks
Type 'System.IO.Stream' implements generic WinRT interfaces which requires generated code using unsafe for trimming and AOT compatibility if passed across the WinRT ABI. Project needs to be updated with 'true'.
Check warning on line 54 in H.NotifyIcon/src/libs/H.NotifyIcon.Shared/Utilities/ImageExtensions.cs
github-actions / Qodana for .NET
RoslynAnalyzers Project does not enable unsafe blocks
Type 'System.Drawing.Icon' implements generic WinRT interfaces which requires generated code using unsafe for trimming and AOT compatibility if passed across the WinRT ABI. Project needs to be updated with 'true'.
Check warning on line 119 in H.NotifyIcon/src/libs/H.NotifyIcon.Shared/GeneratedIconSource.cs
github-actions / Qodana for .NET
RoslynAnalyzers Project does not enable unsafe blocks
Type 'System.Drawing.Bitmap' implements generic WinRT interfaces which requires generated code using unsafe for trimming and AOT compatibility if passed across the WinRT ABI. Project needs to be updated with 'true'.
Check warning on line 36 in H.NotifyIcon/src/libs/H.NotifyIcon.Shared/Utilities/ImageExtensions.cs
github-actions / Qodana for .NET
RoslynAnalyzers Project does not enable unsafe blocks
Type 'System.Drawing.Bitmap' implements generic WinRT interfaces which requires generated code using unsafe for trimming and AOT compatibility if passed across the WinRT ABI. Project needs to be updated with 'true'.
Check warning on line 49 in H.NotifyIcon/src/libs/H.NotifyIcon.Shared/Utilities/ImageExtensions.cs
github-actions / Qodana for .NET
RoslynAnalyzers Project does not enable unsafe blocks
Type 'System.Drawing.Icon' implements generic WinRT interfaces which requires generated code using unsafe for trimming and AOT compatibility if passed across the WinRT ABI. Project needs to be updated with 'true'.
github-actions / Qodana for .NET
RoslynAnalyzers Project does not enable unsafe blocks
Type 'System.Drawing.Icon' implements generic WinRT interfaces which requires generated code using unsafe for trimming and AOT compatibility if passed across the WinRT ABI. Project needs to be updated with 'true'.
github-actions / Qodana for .NET
RoslynAnalyzers Project does not enable unsafe blocks
Type 'System.IO.Stream' implements generic WinRT interfaces which requires generated code using unsafe for trimming and AOT compatibility if passed across the WinRT ABI. Project needs to be updated with 'true'.
Check warning on line 41 in H.NotifyIcon/src/libs/H.NotifyIcon.Shared/Utilities/ImageExtensions.cs
github-actions / Qodana for .NET
RoslynAnalyzers Project does not enable unsafe blocks
Type 'System.Drawing.Bitmap' implements generic WinRT interfaces which requires generated code using unsafe for trimming and AOT compatibility if passed across the WinRT ABI. Project needs to be updated with 'true'.
Check warning on line 24 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 189 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