Skip to content

Automatic Error Collection #1212

Automatic Error Collection

Automatic Error Collection #1212

Triggered via pull request November 16, 2024 14:12
Status Success
Total duration 6m 31s
Artifacts 2

build.yml

on: pull_request
Matrix: build-nativeaot
Matrix: build
notify-discord
4s
notify-discord
Fit to window
Zoom out
Zoom in

Annotations

37 warnings
build (Debug, x64, net9.0-windows10.0.22621.0): H.NotifyIcon/src/libs/H.GeneratedIcons.System.Drawing/SystemDrawingIconGenerator.cs#L73
Populate switch (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0010)
build (Debug, x64, net9.0-windows10.0.22621.0): H.NotifyIcon/src/libs/H.GeneratedIcons.System.Drawing/SystemDrawingIconGenerator.cs#L99
Populate switch (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0010)
build (Debug, x64, net9.0-windows10.0.22621.0): H.NotifyIcon/src/libs/H.NotifyIcon/PopupMenus/PopupMenu.cs#L102
Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)
build (Debug, x64, net9.0-windows10.0.22621.0): H.NotifyIcon/src/libs/H.NotifyIcon/PopupMenus/PopupMenu.cs#L103
Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)
build (Debug, x64, net9.0-windows10.0.22621.0): H.NotifyIcon/src/libs/H.NotifyIcon/PopupMenus/PopupMenu.cs#L104
Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)
build (Debug, x64, net9.0-windows10.0.22621.0): H.NotifyIcon/src/libs/H.NotifyIcon/PopupMenus/PopupMenu.cs#L105
Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)
build (Debug, x64, net9.0-windows10.0.22621.0): H.NotifyIcon/src/libs/H.NotifyIcon/PopupMenus/PopupMenu.cs#L106
Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)
build (Debug, x64, net9.0-windows10.0.22621.0): H.NotifyIcon/src/libs/H.NotifyIcon/PopupMenus/PopupMenu.cs#L107
Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)
build (Debug, x64, net9.0-windows10.0.22621.0): H.NotifyIcon/src/libs/H.NotifyIcon/PopupMenus/PopupMenu.cs#L108
Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)
build-nativeaot (Debug, x64, net9.0-windows10.0.22621.0): H.NotifyIcon/src/libs/H.GeneratedIcons.System.Drawing/SystemDrawingIconGenerator.cs#L73
Populate switch (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0010)
build-nativeaot (Debug, x64, net9.0-windows10.0.22621.0): H.NotifyIcon/src/libs/H.GeneratedIcons.System.Drawing/SystemDrawingIconGenerator.cs#L99
Populate switch (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0010)
build-nativeaot (Debug, x64, net9.0-windows10.0.22621.0): H.NotifyIcon/src/libs/H.NotifyIcon/PopupMenus/PopupMenu.cs#L102
Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)
build-nativeaot (Debug, x64, net9.0-windows10.0.22621.0): H.NotifyIcon/src/libs/H.NotifyIcon/PopupMenus/PopupMenu.cs#L103
Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)
build-nativeaot (Debug, x64, net9.0-windows10.0.22621.0): H.NotifyIcon/src/libs/H.NotifyIcon/PopupMenus/PopupMenu.cs#L104
Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)
build-nativeaot (Debug, x64, net9.0-windows10.0.22621.0): H.NotifyIcon/src/libs/H.NotifyIcon/PopupMenus/PopupMenu.cs#L105
Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)
build-nativeaot (Debug, x64, net9.0-windows10.0.22621.0): H.NotifyIcon/src/libs/H.NotifyIcon/PopupMenus/PopupMenu.cs#L106
Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)
build-nativeaot (Debug, x64, net9.0-windows10.0.22621.0): H.NotifyIcon/src/libs/H.NotifyIcon/PopupMenus/PopupMenu.cs#L107
Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)
build-nativeaot (Debug, x64, net9.0-windows10.0.22621.0): H.NotifyIcon/src/libs/H.NotifyIcon/PopupMenus/PopupMenu.cs#L108
Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)
Async method invocation without await expression: Hi3Helper.Core/Classes/SentryHelper/SentryHelper.cs#L313
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.
RoslynAnalyzers Project does not enable unsafe blocks: H.NotifyIcon/src/libs/H.NotifyIcon.Shared/GeneratedIconSource.System.Drawing.cs#L69
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'.
RoslynAnalyzers Project does not enable unsafe blocks: H.NotifyIcon/src/libs/H.NotifyIcon.Shared/Utilities/ImageExtensions.WinRT.cs#L17
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'.
RoslynAnalyzers Project does not enable unsafe blocks: H.NotifyIcon/src/libs/H.NotifyIcon.Shared/Utilities/ImageExtensions.WinRT.cs#L31
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'.
RoslynAnalyzers Project does not enable unsafe blocks: H.NotifyIcon/src/libs/H.NotifyIcon.Shared/Utilities/ImageExtensions.WinRT.cs#L27
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'.
RoslynAnalyzers Project does not enable unsafe blocks: H.NotifyIcon/src/libs/H.NotifyIcon.Shared/Utilities/ImageExtensions.cs#L54
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'.
RoslynAnalyzers Project does not enable unsafe blocks: H.NotifyIcon/src/libs/H.NotifyIcon.Shared/GeneratedIconSource.cs#L119
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'.
RoslynAnalyzers Project does not enable unsafe blocks: H.NotifyIcon/src/libs/H.NotifyIcon.Shared/Utilities/ImageExtensions.cs#L36
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'.
RoslynAnalyzers Project does not enable unsafe blocks: H.NotifyIcon/src/libs/H.NotifyIcon.Shared/Utilities/ImageExtensions.cs#L49
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'.
RoslynAnalyzers Project does not enable unsafe blocks: H.NotifyIcon/src/libs/H.NotifyIcon.Shared/GeneratedIconSource.System.Drawing.cs#L26
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'.
RoslynAnalyzers Project does not enable unsafe blocks: H.NotifyIcon/src/libs/H.NotifyIcon.Shared/Utilities/ImageExtensions.WinRT.cs#L58
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'.
RoslynAnalyzers Project does not enable unsafe blocks: H.NotifyIcon/src/libs/H.NotifyIcon.Shared/Utilities/ImageExtensions.cs#L41
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'.
Method return value is never used (private accessibility): Hi3Helper.Core/Classes/SentryHelper/SentryHelper.cs#L317
Method 'ExceptionHandlerInner' return value is never used
Method return value is never used (private accessibility): Hi3Helper.Core/Classes/SentryHelper/SentryHelper.cs#L189
Method 'ReleaseExceptionRedirect' return value is never used

Artifacts

Produced during runtime
Name Size
aot-experimental_collapse_x64-Debug_net9.0-windows10.0.22621.0_8814a0a563d8e05c8b1fa4e036a18622f0090830
56.9 MB
collapse_x64-Debug_net9.0-windows10.0.22621.0_8814a0a563d8e05c8b1fa4e036a18622f0090830
71.3 MB