Skip to content

Deploy Basestation

Deploy Basestation #10

Manually triggered November 6, 2024 03:40
Status Success
Total duration 43s
Artifacts

deploy_basestation.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
No files were found with the provided path: ~/Basestation_Software_Blazor. No artifacts will be uploaded.
build: Basestation_Software.Web/Core/Components/PingGraph.razor#L45
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.
build: Basestation_Software.Web/Core/Layout/NavMenu.razor#L52
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: Basestation_Software.Web/Core/Layout/NavMenu.razor#L102
Possible null reference return.
build: Basestation_Software.Web/Core/Components/TaskTimers.razor#L67
Dereference of a possibly null reference.
build: Basestation_Software.Web/Core/Components/TaskTimers.razor#L68
Dereference of a possibly null reference.
build: Basestation_Software.Web/Core/Components/RoverMap.razor#L118
Non-nullable field 'jsInteropName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Basestation_Software.Web/Core/Components/TaskTimers.razor#L171
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.
build: Basestation_Software.Web/Core/Components/Modal.razor#L148
The field 'Modal.ShowBackdrop' is assigned but its value is never used
build: Basestation_Software.Web/Core/Components/PingGraph.razor#L45
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.
build: Basestation_Software.Web/Core/Layout/NavMenu.razor#L52
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.