Skip to content

Deploy to GitHub Pages #10

Deploy to GitHub Pages

Deploy to GitHub Pages #10

Manually triggered August 25, 2025 01:02
Status Success
Total duration 2m 19s
Artifacts

main.yml

on: workflow_dispatch
deploy-to-github-pages
2m 15s
deploy-to-github-pages
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
deploy-to-github-pages: SpawnDev.MatrixLEDDisplay/MatrixLEDDisplayService.cs#L28
Missing XML comment for publicly visible type or member 'MatrixLEDDisplayService.OnDisplayAdded'
deploy-to-github-pages: SpawnDev.MatrixLEDDisplay/MatrixLEDDisplayService.cs#L20
Missing XML comment for publicly visible type or member 'MatrixLEDDisplayService.MatrixLEDDisplayService(BlazorJSRuntime)'
deploy-to-github-pages: SpawnDev.MatrixLEDDisplay/MatrixLEDDisplayService.cs#L18
Missing XML comment for publicly visible type or member 'MatrixLEDDisplayService.Ready'
deploy-to-github-pages: SpawnDev.MatrixLEDDisplay/MatrixLEDDisplayService.cs#L15
Missing XML comment for publicly visible type or member 'MatrixLEDDisplayService.Displays'
deploy-to-github-pages: SpawnDev.MatrixLEDDisplay/MatrixLEDDisplayService.cs#L11
Missing XML comment for publicly visible type or member 'MatrixLEDDisplayService'
deploy-to-github-pages: SpawnDev.MatrixLEDDisplay/Components/LEDMatrix.razor#L28
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/MIMatrixDisplay.cs#L467
Possible null reference assignment.
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.