Skip to content

Deploy to GitHub Pages #14

Deploy to GitHub Pages

Deploy to GitHub Pages #14

Manually triggered August 25, 2025 20:48
Status Success
Total duration 1m 46s
Artifacts

main.yml

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

Annotations

10 warnings
deploy-to-github-pages: SpawnDev.MatrixLEDDisplay/Components/LEDMatrix.razor#L83
The field 'LEDMatrix._attached' 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#L39
The field 'LEDMatrix._boxBorderColor' is assigned but its value is never used
deploy-to-github-pages: SpawnDev.MatrixLEDDisplay/Components/LEDMatrix.razor#L41
The field 'LEDMatrix._pixelHeight' is assigned but its value is never used
deploy-to-github-pages: SpawnDev.MatrixLEDDisplay/MIMatrixDisplay.cs#L533
Possible null reference assignment.
deploy-to-github-pages: SpawnDev.MatrixLEDDisplay/MIMatrixDisplay.cs#L175
Possible null reference return.
deploy-to-github-pages: SpawnDev.MatrixLEDDisplay/Components/LEDMatrix.razor#L25
Non-nullable property 'Display' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
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.