Skip to content

removed discontinued items from nav menu #4

removed discontinued items from nav menu

removed discontinued items from nav menu #4

Triggered via push March 6, 2024 20:38
Status Success
Total duration 3m 44s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, peaceiris/actions-gh-pages@v3.9.3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
deploy
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
deploy: PatSite/Client/Shared/AnchorNavigation.razor#L7
Nullability of reference types in type of parameter 'sender' of 'void AnchorNavigation.OnLocationChanged(object sender, LocationChangedEventArgs e)' doesn't match the target delegate 'EventHandler<LocationChangedEventArgs>' (possibly because of nullability attributes).
deploy: PatSite/Client/Pages/FacebookSpam.razor#L14
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: PatSite/Client/Shared/AnchorNavigation.razor#L17
Nullability of reference types in type of parameter 'sender' of 'void AnchorNavigation.OnLocationChanged(object sender, LocationChangedEventArgs e)' doesn't match the target delegate 'EventHandler<LocationChangedEventArgs>' (possibly because of nullability attributes).
deploy: PatSite/Client/Pages/BallSimulation.razor#L254
The variable 'deltaX' is declared but never used
deploy: PatSite/Client/Pages/BallSimulation.razor#L254
The variable 'deltaY' is declared but never used
deploy: PatSite/Client/Pages/BallSimulation.razor#L368
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.
deploy: PatSite/Client/Pages/BallSimulation.razor#L371
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.
deploy: PatSite/Client/Pages/BallSimulation.razor#L374
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.
deploy: PatSite/Client/Pages/BallSimulation.razor#L382
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.