Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Refactor product deletion logic #21

Refactor product deletion logic

Refactor product deletion logic #21

Triggered via push December 7, 2023 16:51
Status Failure
Total duration 2m 46s
Artifacts

Azure.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 9 warnings
Build and Deploy
Failed to deploy web package to App Service.
Build and Deploy
Deployment Failed, Error: Failed to deploy web package to App Service. Site Unavailable (CODE: 503)
Build and Deploy: SoarCraft.AwaiShop/Program.cs#L33
Unreachable code detected
Build and Deploy: SoarCraft.AwaiShop/Program.cs#L41
Unreachable code detected
Build and Deploy: SoarCraft.AwaiShop/Program.cs#L61
Unreachable code detected
Build and Deploy: SoarCraft.AwaiShop/AdminHub/Order/Post.cs#L11
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 and Deploy: SoarCraft.AwaiShop/AdminHub/Order/Post.cs#L22
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 and Deploy: SoarCraft.AwaiShop/AdminHub/Order/Post.cs#L33
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 and Deploy: SoarCraft.AwaiShop/Hub/Order/Post.cs#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.
Build and Deploy: SoarCraft.AwaiShop/Hub/Order/Post.cs#L25
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 and Deploy: SoarCraft.AwaiShop/Hub/Order/Post.cs#L37
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.