Skip to content

Deploy to GitHub Pages #7

Deploy to GitHub Pages

Deploy to GitHub Pages #7

Manually triggered August 19, 2025 03:49
Status Success
Total duration 1m 20s
Artifacts

main.yml

on: workflow_dispatch
deploy-to-github-pages
1m 16s
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/MIMatrixDisplay.cs#L249
Possible null reference assignment.
deploy-to-github-pages: SpawnDev.MatrixLEDDisplay/UI/UIIcon.razor#L11
Non-nullable property 'Icon' 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/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/UI/UIImage.razor#L13
Non-nullable property 'NavigationManager' 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/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.