Deploy to GitHub Pages #6
main.yml
on: workflow_dispatch
deploy-to-github-pages
1m 4s
Annotations
10 warnings
|
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#L270
The variable 'ex' is declared but never used
|
|
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/MIMatrixDisplay.cs#L154
The variable 'ex' is declared but never used
|
|
deploy-to-github-pages:
SpawnDev.MatrixLEDDisplay/MIMatrixDisplay.cs#L63
Possible null reference argument for parameter 'src' in 'Task<HTMLImageElement> HTMLImageElement.CreateFromImageAsync(string src, string? crossOrigin = null)'.
|
|
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.
|
|
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/MIMatrixDisplay.cs#L16
Possible null reference argument for parameter 's' in 'byte[] Convert.FromBase64String(string s)'.
|