Skip to content

Deploy to GitHub Pages #12

Deploy to GitHub Pages

Deploy to GitHub Pages #12

Manually triggered August 25, 2025 17:12
Status Success
Total duration 1m 17s
Artifacts

main.yml

on: workflow_dispatch
deploy-to-github-pages
1m 11s
deploy-to-github-pages
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
deploy-to-github-pages: SpawnDev.MatrixLEDDisplay/ImageTools/GifHelper.cs#L17
Missing XML comment for publicly visible type or member 'GifHelper.GetGIFFrames(byte[], CancellationToken)'
deploy-to-github-pages: SpawnDev.MatrixLEDDisplay/ImageTools/GifHelper.cs#L16
Missing XML comment for publicly visible type or member 'GifHelper.GetGIFFrames(byte[])'
deploy-to-github-pages: SpawnDev.MatrixLEDDisplay/ImageTools/GifHelper.cs#L14
Missing XML comment for publicly visible type or member 'GifHelper.GetGIFFrames(byte[], int, int)'
deploy-to-github-pages: SpawnDev.MatrixLEDDisplay/Components/LEDMatrix.razor#L29
The field 'LEDMatrix._boxBorderColor' is assigned but its value is never used
deploy-to-github-pages: SpawnDev.MatrixLEDDisplay/Components/PixelArtView.razor#L28
The field 'PixelArtView._boxBorderColor' is assigned but its value is never used
deploy-to-github-pages: SpawnDev.MatrixLEDDisplay/Components/LEDMatrix.razor#L31
The field 'LEDMatrix._pixelHeight' is assigned but its value is never used
deploy-to-github-pages: SpawnDev.MatrixLEDDisplay/MIMatrixDisplay.cs#L503
Possible null reference assignment.
deploy-to-github-pages: SpawnDev.MatrixLEDDisplay/ImageTools/GifHelper.cs#L30
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
deploy-to-github-pages: SpawnDev.MatrixLEDDisplay/MatrixLEDDisplayService.cs#L40
Possible null reference argument for parameter 'id' in 'bool MatrixLEDDisplayService.RemoveDisplay(string id, bool forget = false)'.
deploy-to-github-pages: SpawnDev.MatrixLEDDisplay/MatrixLEDDisplayService.cs#L24
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.